Skip to content

Commit

Permalink
fixed another instance of missing code literal in sage.combinat.affin…
Browse files Browse the repository at this point in the history
…e_permutation (#6)
  • Loading branch information
behackl authored Jul 20, 2023
1 parent 7b4994c commit 8f959ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/affine_permutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,9 +940,9 @@ def to_core(self, typ='decreasing', side='right'):
INPUT:
- ``typ`` -- 'increasing' or 'decreasing' (default: 'decreasing'.)
- ``typ`` -- ``'increasing'`` or ``'decreasing'`` (default: ``'decreasing'``.)
- ``side`` -- 'right' or 'left' (default: 'right'.) Chooses whether to
- ``side`` -- ``'right'`` or ``'left'`` (default: ``'right'``.) Chooses whether to
find maximal sets starting from the left or the right.
EXAMPLES::
Expand Down

0 comments on commit 8f959ba

Please sign in to comment.