Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af47548

Browse files
Fixed Typo in Docstring
1 parent 2352626 commit af47548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def __repr__(self):
118118

119119

120120
def event_values(event, variables):
121-
"""Return a tuple of the values of variables variables in event.
121+
"""Return a tuple of the values of variables in event.
122122
>>> event_values ({'A': 10, 'B': 9, 'C': 8}, ['C', 'A'])
123123
(8, 10)
124124
>>> event_values ((1, 2), ['C', 'A'])

0 commit comments

Comments
 (0)