Skip to content

Commit 17cb18b

Browse files
author
Matthias Koeppe
committed
src/sage/rings/function_field: Fix ups
1 parent 4e02c24 commit 17cb18b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/function_field/ideal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def __init__(self, ring, module):
613613
614614
EXAMPLES::
615615
616-
sage: # needs sage.rings.function_field
616+
sage: # needs sage.rings.function_field
617617
sage: K.<x> = FunctionField(QQ); R.<y> = K[]
618618
sage: L.<y> = K.extension(y^2 - x^3 - 1)
619619
sage: O = L.equation_order()
@@ -907,7 +907,7 @@ class FunctionFieldIdealInfinite_module(FunctionFieldIdealInfinite, Ideal_generi
907907
908908
EXAMPLES::
909909
910-
sage: # needs sage.rings.function_field
910+
sage: # needs sage.rings.function_field
911911
sage: K.<x> = FunctionField(QQ); R.<y> = K[]
912912
sage: L.<y> = K.extension(y^2 - x^3 - 1)
913913
sage: O = L.equation_order()

0 commit comments

Comments
 (0)