Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
darijgr committed Oct 28, 2014
1 parent 67e189f commit 3247ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/tableau.py
Expand Up @@ -5626,7 +5626,7 @@ def random_element(self):
involutions of size `n`. We then decompose the interval
`\{ 1, 2, \ldots, N \}` into subintervals whose lengths are the
numbers of involutions of size `n` with respectively `0`, `1`,
`\ldots`, `\left \lfoor N/2 \right \rfloor` fixed points. The
`\ldots`, `\left \lfloor N/2 \right \rfloor` fixed points. The
interval in which our random integer `r` lies then decides how
many fixed points our random involution will have. We then
place those fixed points randomly and then compute a perfect
Expand Down

0 comments on commit 3247ee5

Please sign in to comment.