Skip to content

Commit 883e05f

Browse files
author
Release Manager
committed
gh-36698: src/sage/combinat/root_system/coxeter_group.py: Fix typo in lazy_import
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36698 Reported by: Matthias Köppe Reviewer(s): David Coudert
2 parents a0872be + ddc6a46 commit 883e05f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/configure/checksums.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=75fe450806e89ce82978f9167b664d3e403d9af9
3-
md5=26211fca17d4d912cc11f22f353684b1
4-
cksum=1423896271
2+
sha1=e0eb47055f79c8898be61aa53b45d7c243b9f22c
3+
md5=05af6b3eb911bb709dff596cf1e05546
4+
cksum=796740784
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e349b0024996e4ac4878d70a0a34ae6b742e88c5
1+
0e598caa6f70248990092065e8948fba56d0867f

src/sage/combinat/root_system/coxeter_group.py

+1-1
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)