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

Commit

Permalink
Fixed category parameter of initialization of free nilpotent Lie algebra
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaka committed Aug 22, 2018
1 parent d7077cd commit b7c8a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/algebras/lie_algebras/nilpotent_lie_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def __init__(self, R, r, s, names=None, naming=None, category=None, **kwds):
.Graded().Stratified().or_subcategory(category)
NilpotentLieAlgebra_dense.__init__(self, R, s_coeff, names,
index_set, s,
category, **kwds)
category=category, **kwds)

def _repr_generator(self, w):
r"""
Expand Down

0 comments on commit b7c8a2a

Please sign in to comment.