From 8953d8bd603cb7696e1795240cae43fc33283265 Mon Sep 17 00:00:00 2001 From: Kwankyu Lee Date: Thu, 30 Nov 2023 08:35:04 +0900 Subject: [PATCH] Fix grammatic errors --- src/sage/schemes/curves/projective_curve.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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::