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:
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_StrokeShader.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_StrokeShader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp b/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp
index c28025227ff..202e33c3231 100644
--- a/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp
+++ b/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp
@@ -205,7 +205,7 @@ static char StrokeShader_getName___doc__[] =
" Returns the name of this stroke shader.\n"
"\n"
" :return: The name of this stroke shader.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject * StrokeShader_getName( BPy_StrokeShader *self, PyObject *args)
{