Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Docstring fix for indexing of grading of a stratification
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaka committed Aug 21, 2018
1 parent 14fcd30 commit f1a0b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Stratified(CategoryWithAxiom_over_base_ring):
A stratified Lie algebra is a graded Lie algebra that is generated
as a Lie algebra by its homogeneous component of degree 1. That is
to say, For a graded Lie algebra `L = \bigoplus_{k=0}^M L_k`,
to say, for a graded Lie algebra `L = \bigoplus_{k=1}^M L_k`,
we have `L_{k+1} = [L_1, L_k]`.
TESTS::
Expand Down
2 changes: 1 addition & 1 deletion src/sage/categories/graded_lie_algebras.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Stratified(CategoryWithAxiom_over_base_ring):
r"""
Category of stratified Lie algebras.
A graded Lie algebra `L = \bigoplus_{k=0}^M L_k` (where
A graded Lie algebra `L = \bigoplus_{k=1}^M L_k` (where
possibly `M = \infty`) is called *stratified* if it is generated
by `L_1`; in other words, we have `L_{k+1} = [L_1, L_k]`.
Expand Down

0 comments on commit f1a0b1e

Please sign in to comment.