diff --git a/src/sage/schemes/curves/projective_curve.py b/src/sage/schemes/curves/projective_curve.py index cac2990fdd9..7c82026b3c1 100644 --- a/src/sage/schemes/curves/projective_curve.py +++ b/src/sage/schemes/curves/projective_curve.py @@ -2431,7 +2431,7 @@ def _function_field(self): @lazy_attribute def _map_to_function_field(self): """ - Return the map to function field of the curve. + Return the map to the function field of the curve. TESTS:: @@ -2469,7 +2469,7 @@ def _coordinate_functions(self): @lazy_attribute def _map_from_function_field(self): """ - Return the map to the function field of the curve. + Return the map from the function field of the curve. TESTS::