Skip to content

Commit 81bac4c

Browse files
author
Release Manager
committed
gh-40453: Fix some typos
### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] 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: #40453 Reported by: user202729 Reviewer(s): Martin Rubey
2 parents 5eb9eb7 + 72c562d commit 81bac4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=e4a5aaaa785d20ffb9a1a2e6bb0420bfc3d2c1db
3-
sha256=eaf5cb555f81f8c84f84e7aae69e3e1238e8e971723d31833f6787bd5be1aea5
2+
sha1=8e4f0dd7bd17e4ff9832fca3c913787e51da39c5
3+
sha256=91d1c14a344310ada66d260283791ce5c682b70a069abfa3ccb8a91219564454
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25fc6f0d11318fc70ba7b3c44e0e3aed45be8b23
1+
600f5bd6f90e84c522096e193f23241dfe2dce37

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 \to \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)