From 516509dbf06f56d2682677ea5800b7910e4f8794 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sat, 11 Feb 2023 15:02:27 -0500 Subject: [PATCH] Draft: [skip ci] fix typo in source comment (#8434) Fixed typo in `draftutils/gui_utils.py` --- src/Mod/Draft/draftutils/gui_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/draftutils/gui_utils.py b/src/Mod/Draft/draftutils/gui_utils.py index 5caaed1ba8..60d687f48d 100644 --- a/src/Mod/Draft/draftutils/gui_utils.py +++ b/src/Mod/Draft/draftutils/gui_utils.py @@ -345,7 +345,7 @@ def get_diffuse_color(objs): If all tuples in the result are identical a list with a single tuple is returned. In theory all faces of an object can be set to the same diffuse color that is different from its shape color, but that seems rare. The - function does not take that into acount. + function does not take that into account. Parameters ----------