Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a408aff

Browse filesBrowse files
committed
PEP8: omg trailing white space
1 parent a65b9c1 commit a408aff
Copy full SHA for a408aff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def _args(self):
668668
'-r', str(self.fps)]
669669
# Logging is quieted because subprocess.PIPE has limited buffer size.
670670
# If you have a lot of frames in your animation and set logging to
671-
# DEBUG, you will have a buffer overrun.
671+
# DEBUG, you will have a buffer overrun.
672672
if (_log.getEffectiveLevel() > logging.DEBUG):
673673
args += ['-loglevel', 'quiet']
674674
args += ['-i', 'pipe:'] + self.output_args

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.