Skip to content

Commit d11d805

Browse files
committed
Add documentation to LaurentSeries point to accessors
1 parent 5188024 commit d11d805

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sage/rings/laurent_series_ring_element.pyx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ cdef class LaurentSeries(AlgebraElement):
9797
- ``parent`` -- a Laurent series ring
9898
9999
- ``f`` -- a power series (or something can be coerced
100-
to one); note that ``f`` does *not* have to be a unit
100+
to one); note that ``f`` does *not* have to be a unit.
101+
This can be accessed through :meth:`valuation_zero_part`.
101102
102-
- ``n`` -- (default: 0) integer
103+
- ``n`` -- (default: 0) integer. This can be accessed
104+
through :meth:`valuation`.
103105
"""
104106
def __init__(self, parent, f, n=0):
105107
r"""

0 commit comments

Comments
 (0)