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

Commit

Permalink
Trac #17716: additional doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Sep 29, 2015
1 parent abb08ff commit 78b9e96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ def __init__(self, parent, summands, simplify=True):
+-- oo
| +-- predecessors: 4*x^4
| +-- no successors
sage: R(lst, simplify=True) # indirect doctest
4*x^4 + O(x^3)
"""
super(AsymptoticExpression, self).__init__(parent=parent)

Expand Down

0 comments on commit 78b9e96

Please sign in to comment.