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

Commit

Permalink
Fixed wording of function field derivation docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Aug 16, 2015
1 parent d11261c commit 06770a3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/sage/rings/function_field/function_field.py
Expand Up @@ -1080,11 +1080,10 @@ def derivation(self):
If this field is a separable extension of another function field `F`,
then Proposition 11 of [GT1996]_ describes how to compute the unique
extension of a derivation on `F` to this field; we apply this algorithm
to the generator of the space of derivations on `F`.
If this field has not been generated as a separable extension, then we
find an isomorphic field which is a separable extension of a rational
function field, see :meth:`separable_model`.
extension of a derivation on `F` to this field; we apply the formula
described there to the generator of the space of derivations on `F`.
The general inseparable case is not implemented yet (see :trac:`16562`,
:trac:`16564`.)`
OUTPUT:
Expand Down

0 comments on commit 06770a3

Please sign in to comment.