Skip to content

Commit 60d7bee

Browse files
fix typo
1 parent cd565e7 commit 60d7bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/generation/abstract_causal_test_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class AbstractCausalTestCase:
1818
"""
19-
An abstract test case serves as a generator for concrete test cases. Instead of having concrete conctrol
19+
An abstract test case serves as a generator for concrete test cases. Instead of having concrete control
2020
and treatment values, we instead just specify the intervention and the treatment variables. This then
2121
enables potentially infinite concrete test cases to be generated between different values of the treatment.
2222
"""

0 commit comments

Comments
 (0)