Cleanup: make format
This commit is contained in:
@@ -2912,7 +2912,8 @@ PyDoc_STRVAR(
|
||||
".. method:: sort(key=None, reverse=False)\n"
|
||||
"\n"
|
||||
" Sort the elements of this sequence, using an optional custom sort key.\n"
|
||||
" Indices of elements are not changed, :class:`BMElemSeq.index_update` can be used for that.\n"
|
||||
" Indices of elements are not changed, :class:`BMElemSeq.index_update` can be used for "
|
||||
"that.\n"
|
||||
"\n"
|
||||
" :arg key: The key that sets the ordering of the elements.\n"
|
||||
" :type key: :function: returning a number\n"
|
||||
|
||||
Reference in New Issue
Block a user