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

Commit e5d5ba0

Browse files
committed
14305: fix typo
1 parent 6125bd6 commit e5d5ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/symbolic/expression.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7713,7 +7713,7 @@ cdef class Expression(CommutativeRingElement):
77137713
sage: (x^2).sqrt()
77147714
sqrt(x^2)
77157715
7716-
Immediate simplification are applied::
7716+
Immediate simplifications are applied::
77177717
77187718
sage: sqrt(x^2)
77197719
sqrt(x^2)

0 commit comments

Comments
 (0)