Skip to content

Commit

Permalink
src/sage/combinat/root_system/coxeter_group.py: Fix typo in lazy_import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 11, 2023
1 parent 429555a commit ddc6a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/root_system/coxeter_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from sage.combinat.root_system.cartan_type import CartanType
from sage.misc.lazy_import import lazy_import

lazy_import('from sage.combinat.root_system.reflection_group_real', 'ReflectionGroup')
lazy_import('sage.combinat.root_system.reflection_group_real', 'ReflectionGroup')
lazy_import('sage.combinat.root_system.weyl_group', 'WeylGroup')


Expand Down

0 comments on commit ddc6a46

Please sign in to comment.