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

Commit

Permalink
Trac #19083: expand description of parameter "convert"
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Oct 17, 2015
1 parent de137d1 commit f9fbccb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,9 @@ class AsymptoticExpansion(CommutativeAlgebraElement):
- ``convert`` -- a boolean (default: ``True``). If set, then the
``summands`` are converted to the asymptotic ring (the parent of this
expansion). If not, then the summands are taken as they are.
expansion). If not, then the summands are taken as they are. In
that case, the caller must ensure that the parent of the terms is
set correctly.
EXAMPLES:
Expand Down Expand Up @@ -2198,8 +2200,11 @@ def _element_constructor_(self, data, simplify=True, convert=True):
element is simplified (terms are absorbed) automatically.
- ``convert`` -- (default: ``True``) passed on to the element
constructor. If set, then it is assured that the terms belong
to this asymptotic ring (by converting them if needed).
constructor. If set, then the ``summands`` are converted to
the asymptotic ring (the parent of this expansion). If not,
then the summands are taken as they are. In that case, the
caller must ensure that the parent of the terms is set
correctly.
OUTPUT:
Expand Down

0 comments on commit f9fbccb

Please sign in to comment.