Skip to content

Commit 3a8e6b5

Browse files
author
Matthias Koeppe
committed
sage.rings: More # optional
1 parent 242d010 commit 3a8e6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/function_field/function_field_rational.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def __init__(self, constant_field, names, category=None):
134134
135135
EXAMPLES::
136136
137-
sage: K.<t> = FunctionField(CC); K
137+
sage: K.<t> = FunctionField(CC); K # optional - sage.rings.real_mpfr
138138
Rational function field in t over Complex Field with 53 bits of precision
139139
sage: TestSuite(K).run() # long time (5s)
140140

0 commit comments

Comments
 (0)