Skip to content

Commit

Permalink
discourage providing both repeat and time_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Nov 16, 2024
1 parent 105dbdf commit 50dd9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icepool/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,8 @@ def map(
were repeated an infinite number of times. In this case, the
result will be in simplest form.
time_limit: Similar to `repeat`, but will return early if a fixed point
is reached. If both `repeat` and `time_limit` are provided,
`time_limit` takes priority.
is reached. If both `repeat` and `time_limit` are provided
(not recommended), `time_limit` takes priority.
again_count, again_depth, again_end: Forwarded to the final die constructor.
"""
transition_function = _canonicalize_transition_function(
Expand Down

0 comments on commit 50dd9f1

Please sign in to comment.