PyAPI: clarify fallback docstring
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user