Skip to content

Commit d934722

Browse files
committed
docs
1 parent 541b749 commit d934722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ step_right_probs = [0.3, 0.5, 0.7, 0.4, 0.8, 0.9]
6363
walk = MarkovWalk(step_right_probs)
6464
```
6565

66-
- `ever_reach_probs[start_state][end_state]` is the probability, that after
66+
- `walk.ever_reach_probs[start_state][end_state]` is the probability, that after
6767
infinite wandering started at `start_state` we will ever reach the point `end_state`
6868

6969
- `walk.right_edge_probs[state]` is the probability for a starting `state`, that after infinite wandering we will leave

0 commit comments

Comments
 (0)