Skip to content

Commit ada74fd

Browse files
committed
Fixed doc comment.
1 parent b504f00 commit ada74fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

probability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def __init__(self, table):
158158
159159
3. If the variable has n parents, n > 1, table MUST be
160160
a dictionary containing items (v1, ..., vn): p,
161-
where p is P(P = True | parent1 = v1, ..., parentn = vn).
161+
where p is P(X = True | parent1 = v1, ..., parentn = vn).
162162
163163
(Form 3 is also allowed in the case of zero or one parent.)
164164

0 commit comments

Comments
 (0)