Skip to content

Commit 266b1d5

Browse files
committed
Update markov_chains_I.md
Fix a typo
1 parent feebd22 commit 266b1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/markov_chains_I.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ The following code illustrates
486486

487487
```{code-cell} ipython3
488488
mc = qe.MarkovChain(P, state_values=('unemployed', 'employed'))
489-
mc.simulate(ts_length=4, init='employed'). # Start at employed initial state
489+
mc.simulate(ts_length=4, init='employed') # Start at employed initial state
490490
```
491491

492492
```{code-cell} ipython3

0 commit comments

Comments
 (0)