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

Commit

Permalink
fix docstring (:: instead of :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Sep 16, 2015
1 parent 1108cfc commit e9ed005
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ def some_elements(self):
An iterator.
EXAMPLES:
EXAMPLES::
sage: from itertools import islice
sage: A = AsymptoticRing(growth_group='z^QQ', coefficient_ring=ZZ)
Expand Down
4 changes: 2 additions & 2 deletions src/sage/rings/asymptotic/growth_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def some_elements(self):
An iterator.
EXAMPLES:
EXAMPLES::
sage: import sage.rings.asymptotic.growth_group as agg
sage: tuple(agg.MonomialGrowthGroup(ZZ, 'z').some_elements())
Expand Down Expand Up @@ -994,7 +994,7 @@ def exponent(self):
r"""
The exponent of this growth element.
EXAMPLES:
EXAMPLES::
sage: import sage.rings.asymptotic.growth_group as agg
sage: P = agg.MonomialGrowthGroup(ZZ, 'x')
Expand Down
4 changes: 2 additions & 2 deletions src/sage/rings/asymptotic/term_monoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ def some_elements(self):
An iterator.
EXAMPLES:
EXAMPLES::
sage: import sage.rings.asymptotic.growth_group as agg
sage: import sage.rings.asymptotic.term_monoid as atm
Expand Down Expand Up @@ -1802,7 +1802,7 @@ def some_elements(self):
An iterator.
EXAMPLES:
EXAMPLES::
sage: from itertools import islice
sage: import sage.rings.asymptotic.growth_group as agg
Expand Down

0 comments on commit e9ed005

Please sign in to comment.