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

Commit

Permalink
fixed one doctest in category complex reflection group
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpc5 committed Apr 10, 2016

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jeff-mccoy Megamind
1 parent d425669 commit 87cd989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/complex_reflection_groups.py
Original file line number Diff line number Diff line change
@@ -852,7 +852,7 @@ def _test_well_generated(self, **options):
EXAMPLES::
sage: W = ReflectionGroup((3,1,1))
sage: ???
sage: W._test_well_generated()
"""
tester = self._tester(**options)
tester.assertEqual(self.number_of_simple_reflections(), self.rank())

0 comments on commit 87cd989

Please sign in to comment.