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

Commit

Permalink
Fix malformatted mathematics
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Apr 25, 2016
1 parent f1ae5e6 commit e88c802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/symbolic/expression.pyx
Expand Up @@ -8827,8 +8827,8 @@ cdef class Expression(CommutativeRingElement):
TESTS:
There are two square roots of `$(x + 1)^2$`, so this should
not be simplified to `$x + 1$`, :trac:`12737`::
There are two square roots of `(x + 1)^2`, so this should
not be simplified to `x + 1`, see :trac:`12737`::
sage: f = sqrt((x + 1)^2)
sage: f.simplify_full()
Expand Down

0 comments on commit e88c802

Please sign in to comment.