Skip to content

Commit 6f50822

Browse files
committed
Fixing typos.
1 parent 90b5502 commit 6f50822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/algebras/lie_algebras/center_uea.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CenterIndices(IndexedFreeAbelianMonoid):
4747
4848
This also constructs the lift from the center to the universal enveloping
4949
algebra as part of computing the generators and basis elements. The
50-
basic algorithm is to construct the centeralizer of each filtered
50+
basic algorithm is to construct the centralizer of each filtered
5151
component in increasing order (as each is a finite dimensional vector
5252
space). For more precise details, see [Motsak2006]_.
5353
"""
@@ -290,7 +290,7 @@ def _construct_next_degree(self):
290290
# modulo the currently computed center.
291291
for exps in IntegerListsLex(n=self._cur_deg, length=len(gens)):
292292
elt = monoid.element_class(monoid, {k: p for k, p in zip(monoid._indices, exps) if p})
293-
if elt in new_red: # already has a centeral element with this leading term
293+
if elt in new_red: # already has a central element with this leading term
294294
continue
295295
# A new basis element to consider
296296
self._cur_vecs.append(UEA.monomial(elt))

0 commit comments

Comments
 (0)