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.pxd: Undo automatic edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 6, 2021
1 parent 08bf900 commit 4e5fe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/symbolic/expression.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cpdef bint isinstance(x, Expression)
cpdef bint is_Expression(x)
cpdef _repr_Expression(x)
cpdef _latex_Expression(x)
cpdef new_Expression(parent, x)
Expand Down

0 comments on commit 4e5fe35

Please sign in to comment.