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

Commit

Permalink
Trac #19083: fix one ReSt error
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Oct 17, 2015
1 parent a848139 commit de137d1
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -2148,7 +2148,7 @@ def _create_element_in_extension_(self, term, old_term_parent=None):
- ``term`` -- the element data.
- ``old_term_parent`` -- the parent of ``term`` is compared to this
parent. If both are the same or ``old_parent`` is ``None`,
parent. If both are the same or ``old_parent`` is ``None``,
then the result is an expansion in this (``self``) asymptotic ring.
OUTPUT:
Expand Down

0 comments on commit de137d1

Please sign in to comment.