Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Roy <aryanroy5678@gmail.com>
  • Loading branch information
aryan26roy committed Jun 22, 2023
1 parent 6196ef0 commit 37603d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intro/inducing_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# this returns False
print(pywhy_graphs.inducing_path(G, "X1", "X3", L, S))

# We need add X6, a collider on the path, to S
# We need to add X6, a collider on the path, to S

L = {"L1", "L2", "X3"}
S = {"X6"}
Expand Down

0 comments on commit 37603d6

Please sign in to comment.