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>2010-05-28 22:42:11 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-28 22:42:11 +0400
commitdb158b42deecf317e609cdd9b157e2b8a5133d99 (patch)
tree2cea1942fddc2a6297f86477ca42204951fca86e /source/blender/freestyle/intern/python/BPy_Interface1D.cpp
parent11e8782d01444c102ef111df39929207d3a4b145 (diff)
Documentation updates: Replaced "string" with "str".
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_Interface1D.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Interface1D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Interface1D.cpp b/source/blender/freestyle/intern/python/BPy_Interface1D.cpp
index 6e2d8c65d1a..7b4bdddf70c 100644
--- a/source/blender/freestyle/intern/python/BPy_Interface1D.cpp
+++ b/source/blender/freestyle/intern/python/BPy_Interface1D.cpp
@@ -106,7 +106,7 @@ static char Interface1D_getExactTypeName___doc__[] =
" Returns the string of the name of the 1D element.\n"
"\n"
" :return: The name of the 1D element.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject *Interface1D_getExactTypeName( BPy_Interface1D *self ) {
return PyUnicode_FromString( self->if1D->getExactTypeName().c_str() );