Skip to content

Commit 888a82e

Browse files
author
Release Manager
committed
Trac #34584: use .Display for gap character tables
URL: https://trac.sagemath.org/34584 Reported by: chapoton Ticket author(s): Frédéric Chapoton Reviewer(s): Travis Scrimshaw
2 parents c6de1c9 + 805bf11 commit 888a82e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/sage/groups/perm_gps/permgroup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,8 +3360,7 @@ def character_table(self):
33603360
sage: G = PermutationGroup([[(1,2),(3,4)], [(1,2,3)]])
33613361
sage: CT = gap(G).CharacterTable()
33623362
3363-
Type ``print(gap.eval("Display(%s)"%CT.name()))`` to display this
3364-
nicely.
3363+
Type ``CT.Display()`` to display this nicely.
33653364
33663365
::
33673366
@@ -3376,8 +3375,7 @@ def character_table(self):
33763375
[ 2 0 0 0 -2]
33773376
sage: CT = gap(G).CharacterTable()
33783377
3379-
Again, type ``print(gap.eval("Display(%s)"%CT.name()))`` to display this
3380-
nicely.
3378+
Again, type ``CT.Display()`` to display this nicely.
33813379
33823380
::
33833381

0 commit comments

Comments
 (0)