Skip to content

Commit 805bf11

Browse files
committed
use .Display for character tables
1 parent 627b2bd commit 805bf11

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
@@ -3358,8 +3358,7 @@ def character_table(self):
33583358
sage: G = PermutationGroup([[(1,2),(3,4)], [(1,2,3)]])
33593359
sage: CT = gap(G).CharacterTable()
33603360
3361-
Type ``print(gap.eval("Display(%s)"%CT.name()))`` to display this
3362-
nicely.
3361+
Type ``CT.Display()`` to display this nicely.
33633362
33643363
::
33653364
@@ -3374,8 +3373,7 @@ def character_table(self):
33743373
[ 2 0 0 0 -2]
33753374
sage: CT = gap(G).CharacterTable()
33763375
3377-
Again, type ``print(gap.eval("Display(%s)"%CT.name()))`` to display this
3378-
nicely.
3376+
Again, type ``CT.Display()`` to display this nicely.
33793377
33803378
::
33813379

0 commit comments

Comments
 (0)