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

Commit 8403049

Browse files
author
Michael Jung
committed
Trac #28973: Doctest improved
1 parent db09dbc commit 8403049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/tensor/modules/format_utilities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def is_atomic(expr, sep=['+', '-']):
6161
False
6262
sage: is_atomic("(a*b)", sep=['*'])
6363
True
64-
sage: is_atomic(r"a<>b", sep=[r'<>'])
64+
sage: is_atomic("a mod b", sep=['mod'])
6565
False
66-
sage: is_atomic(r"(a<>b)", sep=[r'<>'])
66+
sage: is_atomic("(a mod b)", sep=['mod'])
6767
True
6868
6969
"""

0 commit comments

Comments
 (0)