Skip to content

Commit

Permalink
Edited tutorial documentation (#73)
Browse files Browse the repository at this point in the history
Fixed displayed statepoints to accurately show the output of range(10).
  • Loading branch information
pepak13 authored Feb 17, 2020
1 parent b9f2034 commit 9b836b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We can verify that the initialization worked by examining the *implicit* schema
{
'N': 'int([1000], 1)',
'kT': 'float([1.0], 1)',
'p': 'int([1, 2, 3, ..., 9, 10], 10)',
'p': 'int([1, 2, 3, ..., 8, 9], 9)',
}
Expand Down

0 comments on commit 9b836b8

Please sign in to comment.