Skip to content

Commit

Permalink
add missing changelog line, fix indent in a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Oct 1, 2024
1 parent d95f557 commit 6687038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* Add shared evaluator instances for some built-in evaluator for caching.
* Simplify determination of outcome order for multiset evaluations.
* Simplify implementation of generator unbinding.
* Fix `extra_args` expansion for `map_and_time`.

## v1.5.0

Expand Down
2 changes: 1 addition & 1 deletion src/icepool/population/die.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def keep(self, rolls: int,
rolls: The number of dice to roll.
index: One of the following:
* An `int`. This will count only the roll at the specified index.
In this case, the result is a `Die` rather than a generator.
In this case, the result is a `Die` rather than a generator.
* A `slice`. The selected dice are counted once each.
* A sequence of one `int` for each `Die`.
Each roll is counted that many times, which could be multiple or
Expand Down

0 comments on commit 6687038

Please sign in to comment.