Skip to content

Commit

Permalink
fix failing doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Sep 19, 2023
1 parent 1a6b1de commit 7cb6121
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/doc/en/thematic_tutorials/lie/weyl_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@ and whose values are the roots, you may use the inverse family::
The behaviour of this function was changed in :trac:`20027`.

The Weyl group is implemented as a GAP matrix group. You therefore can
display its character table. The character table is returned as a
string, which you can print::
display its character table as follows::

sage: print(WeylGroup("D4").character_table())
sage: WeylGroup("D4").character_table()
CT1
<BLANKLINE>
2 6 4 5 1 3 5 5 4 3 3 1 4 6
Expand Down

0 comments on commit 7cb6121

Please sign in to comment.