We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
restart_ordering
1 parent f91547f commit a55aff0Copy full SHA for a55aff0
multipledispatch/dispatcher.py
@@ -39,7 +39,7 @@ def restart_ordering(on_ambiguity=ambiguity_warn):
39
"""Deprecated interface to temporarily resume ordering."""
40
warn(
41
"restart_ordering is deprecated, if you would like to eagerly order"
42
- "the dispatchers, you should call the ``reorder()`` method on each"
+ " the dispatchers, you should call the ``reorder()`` method on each"
43
" dispatcher.",
44
DeprecationWarning,
45
)
0 commit comments