Skip to content

Commit f251aa8

Browse files
committed
Fix some typos
1 parent 931cc5e commit f251aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/modules/free_quadratic_module_integer_symmetric.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def IntegralLattice(data, basis=None):
7676
7777
A lattice is a finitely generated free abelian group `L \cong \ZZ^r`
7878
equipped with a non-degenerate, symmetric bilinear form
79-
`L \times L \colon \rightarrow \ZZ`. Here, lattices have an
79+
`L \times L \rightarrow \ZZ`. Here, lattices have an
8080
ambient quadratic space `\QQ^n` and a distinguished basis.
8181
8282
INPUT:
@@ -93,7 +93,7 @@ def IntegralLattice(data, basis=None):
9393
* the string ``'U'`` or ``'H'`` -- for hyperbolic lattices
9494
9595
- ``basis`` -- (optional) a matrix whose rows form a basis of the
96-
lattice, or a list of module elements forming a basis
96+
lattice, or a list of module elements forming a basis
9797
9898
OUTPUT:
9999

0 commit comments

Comments
 (0)