Skip to content

Commit 7f39904

Browse files
author
Release Manager
committed
gh-39895: minor typographical corrections on fano_variety.py <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> Fix typos and improve grammar in module docstring for CPR-Fano toric varieties. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39895 Reported by: Aolong Li Reviewer(s): Travis Scrimshaw
2 parents ddb053d + 45378bd commit 7f39904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/schemes/toric/fano_variety.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
of Calabi-Yau manifolds via constructions due to Victor V. Batyrev
2222
[Bat1994]_ and Lev A. Borisov [Bor1993]_.
2323
24-
From the combinatorial point of view "crepant" requirement is much more simple
24+
From the combinatorial point of view, the "crepant" requirement is much more simple
2525
and natural to work with than "coherent." For this reason, the code in this
2626
module will allow work with arbitrary crepant subdivisions without checking
2727
whether they are coherent or not. We refer to corresponding toric varieties as
@@ -59,7 +59,7 @@
5959
a0*z0^3 + a9*z0^2*z1 + a7*z0*z1^2 + a1*z1^3 + a8*z0^2*z2 + a6*z0*z1*z2
6060
+ a4*z1^2*z2 + a5*z0*z2^2 + a3*z1*z2^2 + a2*z2^3
6161
62-
In many cases it is sufficient to work with the "simplified polynomial
62+
In many cases, it is sufficient to work with the "simplified polynomial
6363
moduli space" of anticanonical hypersurfaces::
6464
6565
sage: P2.anticanonical_hypersurface(monomial_points='simplified')
@@ -710,7 +710,7 @@ def anticanonical_hypersurface(self, **kwds):
710710
711711
INPUT:
712712
713-
- ``monomial points`` -- list of integers or a string. A list will be
713+
- ``monomial_points`` -- list of integers or a string. A list will be
714714
interpreted as indices of points of `\Delta` which should be used
715715
for monomials of this hypersurface. A string must be one of the
716716
following descriptions of points of `\Delta`:

0 commit comments

Comments
 (0)