[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54768] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/python: Fixed typoes in docstrings.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sat Feb 23 01:44:41 CET 2013


Revision: 54768
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54768
Author:   kjym3
Date:     2013-02-23 00:44:39 +0000 (Sat, 23 Feb 2013)
Log Message:
-----------
Fixed typoes in docstrings.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Id.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Id.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Id.cpp	2013-02-23 00:28:25 UTC (rev 54767)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Id.cpp	2013-02-23 00:44:39 UTC (rev 54768)
@@ -33,8 +33,8 @@
 "\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"

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp	2013-02-23 00:28:25 UTC (rev 54767)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp	2013-02-23 00:44:39 UTC (rev 54768)
@@ -17,7 +17,7 @@
 "\n"
 "   Builds a DensityF0D object.\n"
 "\n"
-"   :arg sigma: The gaussian sigma value ndicating the X value for\n"
+"   :arg sigma: The gaussian sigma value indicating the X value for\n"
 "      which the gaussian function is 0.5.  It leads to the window size\n"
 "      value (the larger, the smoother).\n"
 "   :type sigma: float\n"




More information about the Bf-blender-cvs mailing list