Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 28, 2023
1 parent d91a2d1 commit 1c74a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _deprecation_warning(
# deprecated name -> (object to return, canonical path or empty string)
_DEPRECATED_OBJECTS = {
'deprecated_name': (object_to_return, 'fully_qualified_replacement_name'),
'deprecated_name': (object_to_return, 'fully_qualified_replacement_name', (8, 0)),
}
Expand Down

0 comments on commit 1c74a54

Please sign in to comment.