Skip to content

Commit

Permalink
Correct documentation of get_deprecated_msg function and ``CHANGE…
Browse files Browse the repository at this point in the history
…LOG.rst`` (issue #41).
  • Loading branch information
tantale committed Mar 13, 2021
1 parent d4b7950 commit efbe782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Fix

- Fix #40: 'version' argument is required in Sphinx directives.

- Fix #41: :mod:`deprecated.sphinx`: strip Sphinx cross-referencing syntax from warning message.


Other
-----

- Change in Tox and Travis CI configurations: enable unit testing on Python 3.10.

- Fix #41: ``deprecated.sphinx``: strip Sphinx cross-referencing syntax from warning message.


v1.2.11 (2021-01-17)
====================
Expand Down
2 changes: 1 addition & 1 deletion deprecated/sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_deprecated_msg(self, wrapped, instance):
:return: The warning message.
.. versionchanged:: 1.2.12
.. versionadded:: 1.2.12
Strip Sphinx cross-referencing syntax from warning message.
"""
Expand Down

0 comments on commit efbe782

Please sign in to comment.