Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix docstrings for `warn_deprecated`. #6555
Conversation
mdboom
added the
needs_review
label
Jun 8, 2016
tacaswell
merged commit 58a495f
into matplotlib:master
Jun 8, 2016
tacaswell
removed the
needs_review
label
Jun 8, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
Jun 8, 2016
QuLogic
added the
Documentation
label
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
anntzer commentedJun 8, 2016
The doc for the
namekwarg was probably incorrectly copypasted fromthe doc in the
deprecateddecorator. Added a missing%()sformatspecifier; rewrapped a line.