Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-05-25 05:46:55 +0300
committerCampbell Barton <campbell@blender.org>2022-05-25 05:46:55 +0300
commitceff1c2f65459b9eb6b12c3baff5f7af360ae738 (patch)
tree7e5235bcd22e251ebfc9ff41140e2c7e56192a1c /source/blender/python
parentae73bd3d9ebcbbc3729d4f3f23927012c6ac3abd (diff)
Cleanup: spelling, unbalanced doxy sections
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/mathutils/mathutils_Color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/mathutils/mathutils_Color.c b/source/blender/python/mathutils/mathutils_Color.c
index 24744d0cb6e..88e8d880360 100644
--- a/source/blender/python/mathutils/mathutils_Color.c
+++ b/source/blender/python/mathutils/mathutils_Color.c
@@ -1050,7 +1050,7 @@ static struct PyMethodDef Color_methods[] = {
/* base-math methods */
{"freeze", (PyCFunction)BaseMathObject_freeze, METH_NOARGS, BaseMathObject_freeze_doc},
- /* Colorspace methods. */
+ /* Color-space methods. */
{"from_scene_linear_to_srgb",
(PyCFunction)Color_from_scene_linear_to_srgb,
METH_NOARGS,