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

Commit

Permalink
Fixed format errors in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Aug 15, 2015
1 parent 724b02c commit ac8427a
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/sage/rings/function_field/function_field.py
Expand Up @@ -1049,11 +1049,11 @@ def derivation(self):
An endofunction on this function field.
REFERENCES::
REFERENCES:
.. [GT1996] Gianni, P., & Trager, B. (1996). Square-free algorithms in
positive characteristic. Applicable Algebra in Engineering,
Communication and Computing, 7(1), 1-14.
positive characteristic. Applicable Algebra in Engineering,
Communication and Computing, 7(1), 1-14.
EXAMPLES::
Expand All @@ -1075,7 +1075,7 @@ def derivation(self):
2/x*y
Currently the functionality for finding a separable model is not
implemented (see :trac:`16562`, :trac:`16564`)
implemented (see :trac:`16562`, :trac:`16564`)::
sage: R.<y> = K[]
sage: L.<y> = K.extension(y^3 - x)
Expand Down Expand Up @@ -1619,13 +1619,6 @@ def derivation(self):
An endofunction on this function field.
REFERENCES:
.. [GT1996]
Gianni, P., & Trager, B. (1996). Square-free algorithms in
positive characteristic. Applicable Algebra in Engineering,
Communication and Computing, 7(1), 1-14.
EXAMPLES::
sage: K.<x> = FunctionField(GF(3))
Expand Down

0 comments on commit ac8427a

Please sign in to comment.