From db158b42deecf317e609cdd9b157e2b8a5133d99 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Fri, 28 May 2010 18:42:11 +0000 Subject: Documentation updates: Replaced "string" with "str". --- .../intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp') diff --git a/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp b/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp index a07da518c41..221cfc4f4ee 100644 --- a/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp +++ b/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp @@ -69,7 +69,7 @@ static char UnaryFunction0DMaterial_getName___doc__[] = " Returns the name of the unary 0D predicate.\n" "\n" " :return: The name of the unary 0D predicate.\n" -" :rtype: string\n"; +" :rtype: str\n"; static PyObject * UnaryFunction0DMaterial_getName( BPy_UnaryFunction0DMaterial *self ) { -- cgit v1.2.3