Skip to content

Commit

Permalink
Fix grammatic errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 29, 2023
1 parent 633e5fc commit 8953d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/schemes/curves/projective_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -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::
Expand Down

0 comments on commit 8953d8b

Please sign in to comment.