Documentation updates: Replaced "string" with "str".
This commit is contained in:
@@ -165,7 +165,7 @@ static char UnaryFunction1DDouble_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 * UnaryFunction1DDouble_getName( BPy_UnaryFunction1DDouble *self )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user