Skip to content

Commit

Permalink
doc: Fix reference pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
levinericzimmermann committed Jun 15, 2024
1 parent cef9cb7 commit f38b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutwo/core_events/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def mutate_parameter(
If there are multiple references of the same Event inside a
:class:`~mutwo.core_events.Consecution` or a
~mutwo.core_events.Concurrence`, ``mutate_parameter`` will
:class:`~mutwo.core_events.Concurrence`, ``mutate_parameter`` will
only be called once for each Event. So multiple references
of the same event will be ignored. This behaviour ensures,
that on a big scale level each item inside the
Expand Down

0 comments on commit f38b7ca

Please sign in to comment.