Skip to content

Commit ddc6a46

Browse files
author
Matthias Koeppe
committed
src/sage/combinat/root_system/coxeter_group.py: Fix typo in lazy_import
1 parent 429555a commit ddc6a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/root_system/coxeter_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from sage.combinat.root_system.cartan_type import CartanType
1313
from sage.misc.lazy_import import lazy_import
1414

15-
lazy_import('from sage.combinat.root_system.reflection_group_real', 'ReflectionGroup')
15+
lazy_import('sage.combinat.root_system.reflection_group_real', 'ReflectionGroup')
1616
lazy_import('sage.combinat.root_system.weyl_group', 'WeylGroup')
1717

1818

0 commit comments

Comments
 (0)