Cleanup: make format

This commit is contained in:
Jacques Lucke
2024-06-05 10:41:07 +02:00
parent db5d410164
commit 8beb91118c

View File

@@ -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"