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

Commit

Permalink
fix docbuild (wrong apostrophe)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 26, 2015
1 parent 42a5c1e commit d1f4611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@
---------------
The summands of an
:class:`asymptotic expression <AsymptoticExpression>' are wrapped
:class:`asymptotic expression <AsymptoticExpression>` are wrapped
:mod:`growth group elements <sage.rings.asymptotic.growth_group>`.
This wrapping is done by the
:mod:`term monoid module <sage.rings.asymptotic.term_monoid>`.
However, inside an
:class:`asymptotic expression <AsymptoticExpression>' these summands
:class:`asymptotic expression <AsymptoticExpression>` these summands
(terms) are stored together with their growth-relationship, i.e., each
summand knows its direct predecessors and successors. As a data
structure a special poset (namely a
Expand Down

0 comments on commit d1f4611

Please sign in to comment.