Documentation updates: Replaced "string" with "str".

This commit is contained in:
2010-05-28 18:42:11 +00:00
parent 11e8782d01
commit db158b42de
33 changed files with 43 additions and 43 deletions

View File

@@ -98,7 +98,7 @@ static char UnaryFunction0DFloat_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 * UnaryFunction0DFloat_getName( BPy_UnaryFunction0DFloat *self )
{