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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-11-08 16:39:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-08 16:39:37 +0300
commitd5ae032a60cbcdd4d1c51ae6a3a94b111f092b69 (patch)
treea3f8fa4afe816ef1ef3f2971a20e3d1efd4feb75
parentd1248ff6d8276d6a9566bb21f0ba2081e863b271 (diff)
* typo fix
-rw-r--r--source/blender/python/api2_2x/Draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Draw.c b/source/blender/python/api2_2x/Draw.c
index ffd2b1038fd..c238fe5601c 100644
--- a/source/blender/python/api2_2x/Draw.c
+++ b/source/blender/python/api2_2x/Draw.c
@@ -258,7 +258,7 @@ Normal button (a sphere that you can roll to change the normal)\n\n\
[tooltip=] The button's tooltip";
static char Method_Number_doc[] =
- "(name, event, x, y, width, height, initial, min, max, [tooltip], [callback], [range], [precision]) - Create a \
+ "(name, event, x, y, width, height, initial, min, max, [tooltip], [callback], [clickstep], [precision]) - Create a \
new Number button\n\n\
(name) A string to display on the button\n\
(event) The event number to pass to the button event function when activated\n\