Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 9a48ae0

Browse files
committed
Use raw mode for docstring
This avoids troubles due to the escape characters contained in this docstring.
1 parent 14dd281 commit 9a48ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/animate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ def apng(self, savefile=None, show_path=False, delay=20, iterations=0):
929929
print "Animation saved to file %s." % savefile
930930

931931
def save(self, filename=None, show_path=False, use_ffmpeg=False, **kwds):
932-
"""
932+
r"""
933933
Save this animation.
934934
935935
INPUT:

0 commit comments

Comments
 (0)