Fix T42885: We still had a few wrong doc in mathutils about methods returning

instance of self while actually returning None...
This commit is contained in:
2014-12-13 14:06:23 +01:00
parent d6beaad01c
commit 9c81833430
2 changed files with 0 additions and 3 deletions

View File

@@ -1836,7 +1836,6 @@ PyDoc_STRVAR(Matrix_zero_doc,
"\n"
" Set all the matrix values to zero.\n"
"\n"
" :return: an instance of itself\n"
" :rtype: :class:`Matrix`\n"
);
static PyObject *Matrix_zero(MatrixObject *self)