Skip to content

Commit a55aff0

Browse files
bryant1410mrocklin
authored andcommitted
Fix typo in warning message in restart_ordering
1 parent f91547f commit a55aff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multipledispatch/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def restart_ordering(on_ambiguity=ambiguity_warn):
3939
"""Deprecated interface to temporarily resume ordering."""
4040
warn(
4141
"restart_ordering is deprecated, if you would like to eagerly order"
42-
"the dispatchers, you should call the ``reorder()`` method on each"
42+
" the dispatchers, you should call the ``reorder()`` method on each"
4343
" dispatcher.",
4444
DeprecationWarning,
4545
)

0 commit comments

Comments
 (0)