Skip to content

Commit

Permalink
Fixing one last doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Mar 12, 2024
1 parent c81fd1d commit 2a51c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/groups/class_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ def restrict(self, H):
Character of Symmetric group of order 5! as a permutation group
sage: H = G.subgroup([(1,2,3), (1,2), (4,5)])
sage: chi.restrict(H)
Character of Subgroup generated by [(4,5), (1,2), (1,2,3)] of
Character of Subgroup generated by [(1,2,3), (1,2), (4,5)] of
(Symmetric group of order 5! as a permutation group)
sage: chi.restrict(H).values()
[3, -3, -3, -1, 0, 0]
Expand Down

0 comments on commit 2a51c3e

Please sign in to comment.