We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3699e12 commit 029f328Copy full SHA for 029f328
1 file changed
README.rst
@@ -103,8 +103,8 @@ And then use it to parse a dice notation expression::
103
The result can be accessed just by calling the 'value' method as many times as
104
needed, which will generate a new random value each time it is called::
105
106
- print(dice.value())
107
+ print(dice.roll())
108
109
Testing
110
-------
0 commit comments