Skip to content

Commit

Permalink
Workaround for apparently being unable to link twice
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Apr 4, 2023
1 parent 31b05ff commit b3d8e52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arcade/sprite_list/sprite_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,7 @@ def sort(self, *, key: Callable, reverse: bool = False):
See the :ref:`sorting section of the SpriteLists article <pg_spritelists_draw_order_and_sorting>`
for more information.
:param key: A `callable <https://docs.python.org/3/glossary.html#term-callable>`_
such as a
:param key: A callable such as a
`lambda <https://docs.python.org/3/howto/functional.html#small-functions-and-the-lambda-expression>`_
or function which returns a comparison key.
:param reverse: If set to ``True``, the sprites will be sorted in reverse
Expand Down

0 comments on commit b3d8e52

Please sign in to comment.