Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Feb 12, 2025
1 parent 9986d23 commit 7002dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/rings/laurent_series_ring_element.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Laurent Series
Laurent series in Sage are represented internally as a power of the variable
times the power series part. If a Laurent series `f` is represented as
`f = t^n \cdot u` where `t` is the variable and `u` has nonzero constant term,
`u` can be accessed through :meth:`valuation_zero_part` and `n` can be accessed
through :meth:`valuation`.
`u` can be accessed through :meth:`~LaurentSeries.valuation_zero_part` and `n`
can be accessed through :meth:`~LaurentSeries.valuation`.
EXAMPLES::
Expand Down

0 comments on commit 7002dbd

Please sign in to comment.