Skip to content

Commit 7cb6121

Browse files
committed
fix failing doctest
1 parent 1a6b1de commit 7cb6121

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/en/thematic_tutorials/lie/weyl_groups.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ and whose values are the roots, you may use the inverse family::
125125
The behaviour of this function was changed in :trac:`20027`.
126126

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

131-
sage: print(WeylGroup("D4").character_table())
130+
sage: WeylGroup("D4").character_table()
132131
CT1
133132
<BLANKLINE>
134133
2 6 4 5 1 3 5 5 4 3 3 1 4 6

0 commit comments

Comments
 (0)