Skip to content

Commit 7002dbd

Browse files
committed
Fix links
1 parent 9986d23 commit 7002dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/laurent_series_ring_element.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Laurent Series
44
Laurent series in Sage are represented internally as a power of the variable
55
times the power series part. If a Laurent series `f` is represented as
66
`f = t^n \cdot u` where `t` is the variable and `u` has nonzero constant term,
7-
`u` can be accessed through :meth:`valuation_zero_part` and `n` can be accessed
8-
through :meth:`valuation`.
7+
`u` can be accessed through :meth:`~LaurentSeries.valuation_zero_part` and `n`
8+
can be accessed through :meth:`~LaurentSeries.valuation`.
99
1010
EXAMPLES::
1111

0 commit comments

Comments
 (0)