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.
1 parent 46737f5 commit 53cf940Copy full SHA for 53cf940
lib/matplotlib/animation.py
@@ -573,8 +573,10 @@ def output_args(self):
573
return args
574
575
576
-mencoder_dep = """Support for mencoder is only partially functional,
577
-and will be removed entirely in 2.2. Please use ffmpeg instead."""
+# The message must be a single line; internal newlines cause sphinx failure.
+mencoder_dep = ("Support for mencoder is only partially functional, "
578
+ "and will be removed entirely in 2.2. "
579
+ "Please use ffmpeg instead.")
580
581
582
@writers.register('mencoder')
0 commit comments