PyAPI: clarify fallback docstring

This commit is contained in:
2015-03-06 18:50:58 +11:00
parent 8638142c3b
commit f682129d62
2 changed files with 8 additions and 12 deletions

View File

@@ -1438,8 +1438,8 @@ PyDoc_STRVAR(Matrix_inverted_doc,
"\n"
" Return an inverted copy of the matrix.\n"
"\n"
" :arg fallback: return this value when the inverse can't be calculated\n"
" (instead of raising a :exc:`ValueError` exception).\n"
" :arg fallback: return this when the inverse can't be calculated\n"
" (instead of raising a :exc:`ValueError`).\n"
" :type fallback: any\n"
" :return: the inverted matrix or fallback when given.\n"
" :rtype: :class:`Matrix`\n"