Skip to content

Commit 5ca0c7c

Browse files
authored
minor typographical corrections on fano_variety.py
1 parent 871ba9d commit 5ca0c7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/schemes/toric/fano_variety.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
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
25-
and natural to work with than "coherent." For this reason, the code in this
24+
From the combinatorial point of view, the "crepant" requirement is much simpler
25+
and more 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
2828
**CPR-Fano toric varieties**.
@@ -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)