Skip to content

Commit f3efefa

Browse files
committed
fix another typo in routing docs
1 parent a6a3902 commit f3efefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Guides/Routing/transition_matrix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To define with with a routing object we can make use of the built-in :code:`Tran
7373
... routing=ciw.routing.TransitionMatrix(
7474
... transition_matrix=[
7575
... [0.0, 0.3, 0.7],
76-
... [0.0, 0.0, 0.1],
76+
... [0.0, 0.0, 1.0],
7777
... [0.0, 0.0, 0.2]
7878
... ]
7979
... )

0 commit comments

Comments
 (0)