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 <ideasman42@gmail.com>2018-08-16 17:07:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-16 17:07:00 +0300
commitd63c181887ab2b9ae5e2359d58f65883ce8a849e (patch)
tree7e1d568affba256388c6ad2ba8ad2833c49737b4 /source/blender/python/intern/bpy_rna_gizmo.c
parentf689c821f045bc710745fc424ce36d97bcba4b69 (diff)
Correct error in docstring
Diffstat (limited to 'source/blender/python/intern/bpy_rna_gizmo.c')
-rw-r--r--source/blender/python/intern/bpy_rna_gizmo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna_gizmo.c b/source/blender/python/intern/bpy_rna_gizmo.c
index ded26f777a5..76f74261c74 100644
--- a/source/blender/python/intern/bpy_rna_gizmo.c
+++ b/source/blender/python/intern/bpy_rna_gizmo.c
@@ -480,7 +480,6 @@ PyDoc_STRVAR(bpy_gizmo_target_get_range_doc,
" Get the range for this target property.\n"
"\n"
" :arg target: Target property name.\n"
-" :Get the range for this target property"
" :return: The range of this property (min, max).\n"
" :rtype: tuple pair.\n"
);