Skip to content

Commit

Permalink
Update tutorial_iv.rst
Browse files Browse the repository at this point in the history
Grammar
  • Loading branch information
galenseilis authored Oct 25, 2023
1 parent 0c01da4 commit fc13d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial-I/tutorial_iv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Therefore each trial we will run for 1 day + 200 minutes (1640 minutes)::
... mean_wait = sum(waits) / len(waits)
... average_waits.append(mean_wait)

The list :code:`average_waits` will now contain ten numbers, the mean waiting time from each of the trials.
The list :code:`average_waits` will now contain ten numbers and the mean waiting time from each of the trials.
Notice that we set a different seed every time, so each trial will yield different results::

>>> average_waits
Expand Down

0 comments on commit fc13d68

Please sign in to comment.