Skip to content

Commit 49d17c0

Browse files
committed
remove todo
1 parent 70e7bfb commit 49d17c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sage/categories/coxeter_groups.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,10 +1230,6 @@ def random_element_of_length(self, n):
12301230
x = x.apply_simple_reflection_right(antiD[rnd])
12311231
return x
12321232

1233-
# TODO: Groups() should have inverse() call __invert__
1234-
# With strong doc stating that this is just a convenience for the user
1235-
# and links to ~ / __invert__
1236-
12371233
# parabolic_subgroup
12381234

12391235
def _test_simple_projections(self, **options):

0 commit comments

Comments
 (0)