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

Commit

Permalink
Fix cython source test output for ipython 8 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Feb 14, 2022
1 parent c373551 commit a90a314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/repl/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
dummy line
...
ZeroDivisionError...Traceback (most recent call last)
<ipython-input-...> in <module>...
...in <module>...
----> 1 Integer(1)/Integer(0)
.../sage/rings/integer.pyx in sage.rings.integer.Integer...div...
.../sage/rings/integer.pyx... in sage.rings.integer.Integer...div...
...
-> ... raise ZeroDivisionError("rational division by zero")
....: x = <Rational> Rational.__new__(Rational)
Expand Down

0 comments on commit a90a314

Please sign in to comment.