We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e49d6b6 + 4ef97b9 commit b05b8f0Copy full SHA for b05b8f0
lib/matplotlib/_api/deprecation.py
@@ -32,7 +32,7 @@ def _generate_deprecation_warning(
32
removal = f"in {removal}" if removal else "two minor releases later"
33
if not message:
34
message = (
35
- ("\nThe %(name)s %(obj_type)s" if obj_type else "%(name)s")
+ ("The %(name)s %(obj_type)s" if obj_type else "%(name)s")
36
+ (" will be deprecated in a future version"
37
if pending else
38
(" was deprecated in Matplotlib %(since)s"
0 commit comments