]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
symbol_sequence.py: make a docstring raw.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Dec 2019 23:09:26 +0000 (18:09 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Dec 2019 23:09:26 +0000 (18:09 -0500)
mjo/symbol_sequence.py

index 977add638b001f6956b3e8af691a51a2ebf63fec..3878b7505ba2c34289c1cc3e3b558d82bed1cfc4 100644 (file)
@@ -1,7 +1,7 @@
 from sage.all import *
 
 class SymbolSequence:
-    """
+    r"""
     An iterable object which acts like a sequence of symbolic
     expressions (variables).