Skip to content

Commit

Permalink
Fix typo in warning message in restart_ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored and mrocklin committed Dec 5, 2024
1 parent f91547f commit a55aff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipledispatch/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def restart_ordering(on_ambiguity=ambiguity_warn):
"""Deprecated interface to temporarily resume ordering."""
warn(
"restart_ordering is deprecated, if you would like to eagerly order"
"the dispatchers, you should call the ``reorder()`` method on each"
" the dispatchers, you should call the ``reorder()`` method on each"
" dispatcher.",
DeprecationWarning,
)
Expand Down

0 comments on commit a55aff0

Please sign in to comment.