Skip to content

Commit 3df42e7

Browse files
committed
fix typo in routing docs
1 parent cd544c8 commit 3df42e7

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
@@ -47,7 +47,7 @@ To define this with a list of lists, we can use::
4747
... number_of_servers=[3, 3, 3],
4848
... routing=[
4949
... [0.0, 0.3, 0.7],
50-
... [0.0, 0.0, 0.1],
50+
... [0.0, 0.0, 1.0],
5151
... [0.0, 0.0, 0.2]
5252
... ]
5353
... )

0 commit comments

Comments
 (0)