Skip to content

Commit

Permalink
fix bullet points under keep, drop documentation?
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed May 27, 2024
1 parent f773e29 commit 9a0c941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icepool/population/keep.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def lowest(arg0,
args: Dice or individual outcomes in a single iterable, or as two or
more separate arguments. Similar to the built-in `min()`.
keep, drop:
* If neither are provided, the single lowest die will be taken.
* If only `keep` is provided, the `keep` lowest dice will be summed.
* If only `drop` is provided, the `drop` lowest dice will be dropped
Expand Down Expand Up @@ -163,6 +164,7 @@ def highest(arg0,
args: Dice or individual outcomes in a single iterable, or as two or
more separate arguments. Similar to the built-in `max()`.
keep, drop:
* If neither are provided, the single highest die will be taken.
* If only `keep` is provided, the `keep` highest dice will be summed.
* If only `drop` is provided, the `drop` highest dice will be dropped
Expand Down

0 comments on commit 9a0c941

Please sign in to comment.