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

Commit

Permalink
RealSet: Update doctest output for manifold unicode changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 7, 2021
1 parent 80321fe commit fe56446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/sets/real_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ def __init__(self, *intervals):
Initialization from manifold objects::
sage: R = RealLine(); R
Real number line R
Real number line
sage: RealSet(R)
(-oo, +oo)
sage: I02 = OpenInterval(0, 2); I
Expand Down

0 comments on commit fe56446

Please sign in to comment.