Skip to content

Commit 76557f2

Browse files
authored
Merge pull request #237 from CITCOM-project/typo-documentation
Fixed typo in the documentation example.
2 parents a81ecc0 + e3bdbc0 commit 76557f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ the given output and input and the desired effect. This information is the minim
5555
base_test_case = BaseTestCase(
5656
treatment_variable = x, # Set the treatment (input) variable to x
5757
outcome_variable = y, # set the outcome (output) variable to y
58-
effect = Effect.direct.value) # effect type, current accepted types are direct and total
58+
effect = Effect.DIRECT.value) # effect type, current accepted types are direct and total
5959
6060
causal_test_case = CausalTestCase(
6161
base_test_case = base_test_case,

0 commit comments

Comments
 (0)