Skip to content

Commit 1cf40fa

Browse files
committed
docs add >>> to tracker
1 parent 2cfad1e commit 1cf40fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Features/state_tracker.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This denotes 3 customers at the first node, 0 of which are blocked; 5 customers
2727

2828
The Simulation object takes in the optional argument :code:`tracker` used as follows::
2929

30-
Q = ciw.Simulation(N, tracker='Naive') # doctest:+SKIP
30+
>>> Q = ciw.Simulation(N, tracker='Naive') # doctest:+SKIP
3131

3232

3333
.. _matrix:
@@ -49,4 +49,4 @@ This denotes 3 customers at the first node, 5 customers at the second node, 10 c
4949

5050
The Simulation object takes in the optional argument :code:`tracker` used as follows::
5151

52-
Q = ciw.Simulation(N, tracker='Matrix') # doctest:+SKIP
52+
>>> Q = ciw.Simulation(N, tracker='Matrix') # doctest:+SKIP

0 commit comments

Comments
 (0)