Skip to content

Commit 0c0012c

Browse files
committed
doc: Fix a couple spelling errors
1 parent 0e50d72 commit 0c0012c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://github.com/krivenko/pycommute/actions/workflows/build-and-test.yml)
88
https://krivenko.github.io/pycommute)
99

1010
*pycommute* is a Python package providing bindings for the
11-
[libcommute](https://github.com/krivenko/libcommute) quantum operator algerba
11+
[libcommute](https://github.com/krivenko/libcommute) quantum operator algebra
1212
library.
1313

1414
You can find a few

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ the quantities conserved by the Hamiltonian (see, for instance, [SKFP16]_).
125125

126126
In the script shown below we construct an electron-electron interaction
127127
Hamiltonian of an atomic :math:`d`-shell using
128-
:func:`Slater <pycommute.models.slater_int>` parametrization. Then, we employ
128+
:func:`Slater <pycommute.models.slater_int>` parameterization. Then, we employ
129129
the :class:`SpacePartition <pycommute.loperator.SpacePartition>` and
130130
:class:`BasisMapper <pycommute.loperator.BasisMapper>` utility classes (and
131131
optionally the :func:`make_matrix() <pycommute.loperator.make_matrix>` function)

0 commit comments

Comments
 (0)