Skip to content

Commit

Permalink
Fixed style on inputs in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePisco committed May 31, 2024
1 parent a69bf38 commit a44383f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/permutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,11 @@ def __init__(self, parent, l, algorithm='lex', sjt=None, check=True):
- ``l`` -- a list of ``int`` variables
- ``check`` boolean (default: ``True``); -- whether to check that input
- ``check`` -- boolean (default: ``True``); whether to check that input
is correct. Slows the function down, but ensures that nothing bad
happens.
- ``algorithm`` string (default: ``lex``); -- the algorithm used to
- ``algorithm`` -- string (default: ``lex``); the algorithm used to
generate the permutations. Supported algorithms are:
- ``lex``: lexicographic order generation, this is the default
Expand Down

0 comments on commit a44383f

Please sign in to comment.