Skip to content

Commit

Permalink
Remove an invalid escape sequence \s from pydoc (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodakai authored and briancurtin committed Jan 17, 2020
1 parent 442a041 commit 264e8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def deprecated(deprecated_in=None, removed_in=None, current_version=None,
* Raises a :class:`~deprecation.DeprecatedWarning`
via the :mod:`warnings` module, which is a subclass of the built-in
:class:`DeprecationWarning`. Note that built-in
:class:`DeprecationWarning`\s are ignored by default, so for users
:class:`DeprecationWarning`s are ignored by default, so for users
to be informed of said warnings they will need to enable them--see
the :mod:`warnings` module documentation for more details.
Expand Down

0 comments on commit 264e8cd

Please sign in to comment.