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/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp') diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp index 08f78e2f83e..be58cbdaa35 100644 --- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp +++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp @@ -86,7 +86,7 @@ static char UnaryFunction1DEdgeNature_getName___doc__[] = " Returns the name of the unary 1D function.\n" "\n" " :return: The name of the unary 1D function.\n" -" :rtype: string\n"; +" :rtype: str\n"; static PyObject * UnaryFunction1DEdgeNature_getName( BPy_UnaryFunction1DEdgeNature *self ) { -- cgit v1.2.3