Skip to content

Commit 9cb2a07

Browse files
committed
remove sentence, break some long lines
1 parent 2561e48 commit 9cb2a07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sage/rings/function_field/order_rational.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def _element_constructor_(self, f):
7676
sage: O._element_constructor_(1/y)
7777
Traceback (most recent call last):
7878
...
79-
TypeError: 1/y is not an element of Maximal order of Rational function field in y over Rational Field
79+
TypeError: 1/y is not an element of Maximal order of
80+
Rational function field in y over Rational Field
8081
"""
8182
F = self.function_field()
8283
try:
@@ -112,8 +113,9 @@ def _residue_field(self, ideal, name=None):
112113
"""
113114
Return a field isomorphic to the residue field at the prime ideal.
114115
115-
The residue field is by definition `k[x]/q` where `q` is the irreducible
116-
polynomial generating the prime ideal and `k` is the constant base field.
116+
The residue field is by definition `k[x]/q` where `q` is the
117+
irreducible polynomial generating the prime ideal and `k` is
118+
the constant base field.
117119
118120
INPUT:
119121
@@ -438,8 +440,6 @@ class FunctionFieldMaximalOrderInfinite_rational(FunctionFieldMaximalOrderInfini
438440
"""
439441
Maximal infinite orders of rational function fields.
440442
441-
These are not finitely-generated rings in general.
442-
443443
INPUT:
444444
445445
- ``field`` -- a rational function field

0 commit comments

Comments
 (0)