Skip to content

Commit a408aff

Browse files
committed
PEP8: omg trailing white space
1 parent a65b9c1 commit a408aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

+1-1
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)