Skip to content

Commit b074377

Browse files
authored
Merge pull request #2768 from certik/warning
Fix a warning about \ in a docstring
2 parents e2115a7 + 05d0d37 commit b074377

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)