From 0fb83d78faa99a8ea3fd396887b2b31a6a36a8cd Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sat, 23 Feb 2013 00:44:39 +0000 Subject: Fixed typoes in docstrings. --- source/blender/freestyle/intern/python/BPy_Id.cpp | 4 ++-- .../python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/freestyle/intern') 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" diff --git a/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp b/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp index 213dc77446f..cd789ee1810 100644 --- a/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp +++ b/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp @@ -17,7 +17,7 @@ static char DensityF0D___doc__[] = "\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" -- cgit v1.2.3