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

Commit cb78603

Browse files
committed
15346: cosmetics
1 parent 17dda26 commit cb78603

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/symbolic/expression.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8184,10 +8184,10 @@ cdef class Expression(CommutativeRingElement):
81848184

81858185
def simplify_full(self):
81868186
"""
8187-
Apply ``simplify_factorial``, ``simplify_trig``,
8188-
``simplify_rational``, ``simplify_log``, again
8189-
``simplify_rational``, and then ``expand_sum``
8190-
to self (in that order).
8187+
Apply :meth:`simplify_factorial`, :meth:`simplify_rectform`,
8188+
:meth:`simplify_trig`, :meth:`simplify_rational`,
8189+
:meth:`simplify_log`, again :meth:`simplify_rational`, and
8190+
then :meth:`expand_sum` to self (in that order).
81918191
81928192
ALIAS: ``simplify_full`` and ``full_simplify`` are the same.
81938193

0 commit comments

Comments
 (0)