Skip to content

Commit

Permalink
Use raw mode for docstring
Browse files Browse the repository at this point in the history
This avoids troubles due to the escape characters contained in this docstring.
  • Loading branch information
gagern committed Apr 14, 2015
1 parent 14dd281 commit 9a48ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/plot/animate.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ def apng(self, savefile=None, show_path=False, delay=20, iterations=0):
print "Animation saved to file %s." % savefile

def save(self, filename=None, show_path=False, use_ffmpeg=False, **kwds):
"""
r"""
Save this animation.
INPUT:
Expand Down

0 comments on commit 9a48ae0

Please sign in to comment.