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

@@ -96,7 +96,7 @@ static char Interface0D_getExactTypeName___doc__[] =
" Returns the name of the 0D element.\n"
"\n"
" :return: Name of the interface.\n"
" :rtype: string\n";
" :rtype: str\n";
static PyObject *Interface0D_getExactTypeName( BPy_Interface0D *self ) {
return PyUnicode_FromString( self->if0D->getExactTypeName().c_str() );