Skip to content

Commit 60357a5

Browse files
committed
Minor fix in docstring
1 parent 14afe09 commit 60357a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/pymc_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ class InterventionTimeEstimator(PyMCModel):
541541
... t,
542542
... y,
543543
... coords,
544-
... effect=["impulse"]
544+
... effect=["impulse"],
545545
... n=5000)
546546
Inference data...
547547
"""

0 commit comments

Comments
 (0)