Skip to content

Commit 05d0d37

Browse files
committed
Fix a warning about \ in a docstring
1 parent 1f6a208 commit 05d0d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration_tests/gruntz_demo3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def rewrite(e: S, x: S, w: S) -> S:
102102
return newe
103103

104104
def signinf(e: S, x : S) -> S:
105-
"""
105+
r"""
106106
Determine sign of the expression at the infinity.
107107
108108
Returns

0 commit comments

Comments
 (0)