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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-02-23 04:44:39 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-02-23 04:44:39 +0400
commit0fb83d78faa99a8ea3fd396887b2b31a6a36a8cd (patch)
treeeac3251ff0aa0abfe4aadb9449df1496763941f9 /source/blender/freestyle/intern/python/BPy_Id.cpp
parent025feb240d6aad7419dd415fc3230f04b9e2aecf (diff)
Fixed typoes in docstrings.
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_Id.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Id.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Id.cpp b/source/blender/freestyle/intern/python/BPy_Id.cpp
index 5d56903d854..4daf119ddd6 100644
--- a/source/blender/freestyle/intern/python/BPy_Id.cpp
+++ b/source/blender/freestyle/intern/python/BPy_Id.cpp
@@ -33,8 +33,8 @@ PyDoc_STRVAR(Id_doc,
"\n"
" :arg first: The first number.\n"
" :type first: int\n"
-" :arg iSecond: The second number.\n"
-" :type iSecond: int\n"
+" :arg second: The second number.\n"
+" :type second: int\n"
"\n"
".. method:: __init__(brother)\n"
"\n"