Skip to content

Commit 2cb92fc

Browse files
committed
Minor fix in docstring
1 parent 7f57b13 commit 2cb92fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

causalpy/pymc_models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,9 @@ class InterventionTimeEstimator(PyMCModel):
542542
... y,
543543
... coords,
544544
... effect=["impulse"],
545-
... n=5000)
546-
...
547-
Inference data...
545+
... n=5000
546+
...)
547+
Inference...
548548
"""
549549

550550
def build_model(self, t, y, coords, effect, span, grain_season):

0 commit comments

Comments
 (0)