Skip to content

Commit bfa6342

Browse files
author
Release Manager
committed
Trac #34465: Invalid escape sequence in special.py
I just saw this when doctesting: {{{ /Users/jpalmier/Desktop/Sage/git/sage/src/sage/functions/special.py:852: DeprecationWarning: invalid escape sequence '\p' }}} To reproduce: assuming you have an editable build, run `touch src/sage/functions/special.py` and then doctest a file. URL: https://trac.sagemath.org/34465 Reported by: jhpalmieri Ticket author(s): John Palmieri Reviewer(s): Dima Pasechnik
2 parents cd65d44 + 0497131 commit bfa6342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/functions/special.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ class EllipticF(BuiltinFunction):
849849
- :wikipedia:`Elliptic_integral#Incomplete_elliptic_integral_of_the_first_kind`
850850
"""
851851
def __init__(self):
852-
"""
852+
r"""
853853
EXAMPLES::
854854
855855
sage: loads(dumps(elliptic_f))

0 commit comments

Comments
 (0)