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

Commit

Permalink
src/sage/symbolic/expression.pyx: Fix markup of doctest output
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 6, 2021
1 parent 0f30530 commit 2a81e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/symbolic/expression.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ cpdef bint is_Expression(x):
sage: from sage.symbolic.expression import is_Expression
sage: is_Expression(x)
doctest:warning...
DeprecationWarning: is_Expression is deprecated;
use isinstance(..., sage.structure.element.Expression) instead
True
Expand Down

0 comments on commit 2a81e0f

Please sign in to comment.