Fix docstrings for `warn_deprecated`. #6555

Merged
merged 1 commit into from Jun 8, 2016

Conversation

Projects
None yet
4 participants
Contributor

anntzer commented Jun 8, 2016

The doc for the name kwarg was probably incorrectly copypasted from
the doc in the deprecated decorator. Added a missing %()s format
specifier; rewrapped a line.

@anntzer anntzer Fix docstrings for `warn_deprecated`.
The doc for the `name` kwarg was probably incorrectly copypasted from
the doc in the `deprecated` decorator.  Added a missing `%()s` format
specifier; rewrapped a line.
5afe45f

mdboom added the needs_review label Jun 8, 2016

@tacaswell tacaswell merged commit 58a495f into matplotlib:master Jun 8, 2016

2 of 3 checks passed

coverage/coveralls Coverage decreased (-0.002%) to 69.656%
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

tacaswell removed the needs_review label Jun 8, 2016

QuLogic added this to the 2.1 (next point release) milestone Jun 8, 2016

Member

QuLogic commented Jun 8, 2016

I think this could be applied as far back as 1.5.x, though maybe only 2.x is prudent.

anntzer deleted the anntzer:fix-warn_deprecated-doc branch Jun 8, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment