Skip to content

Commit ecc6ba8

Browse files
committed
Workaround for apparently being unable to link twice
1 parent fedbcc0 commit ecc6ba8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arcade/sprite_list/sprite_list.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,7 @@ def sort(self, *, key: Callable, reverse: bool = False):
840840
See the :ref:`sorting section of the SpriteLists article <pg_spritelists_draw_order_and_sorting>`
841841
for more information.
842842
843-
:param key: A `callable <https://docs.python.org/3/glossary.html#term-callable>`_
844-
such as a
843+
:param key: A callable such as a
845844
`lambda <https://docs.python.org/3/howto/functional.html#small-functions-and-the-lambda-expression>`_
846845
or function which returns a comparison key.
847846
:param reverse: If set to ``True``, the sprites will be sorted in reverse

0 commit comments

Comments
 (0)