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

@@ -107,7 +107,7 @@ static char Iterator_getExactTypeName___doc__[] =
" Returns the name of the iterator.\n"
"\n"
" :return: The name of the iterator.\n"
" :rtype: string\n";
" :rtype: str\n";
static PyObject * Iterator_getExactTypeName(BPy_Iterator* self) {
return PyUnicode_FromString( self->it->getExactTypeName().c_str() );