Skip to content

Commit 029f328

Browse files
committed
Corrected readme
1 parent 3699e12 commit 029f328

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ And then use it to parse a dice notation expression::
103103
The result can be accessed just by calling the 'value' method as many times as
104104
needed, which will generate a new random value each time it is called::
105105

106-
print(dice.value())
107-
print(dice.value())
106+
print(dice.roll())
107+
print(dice.roll())
108108

109109
Testing
110110
-------

0 commit comments

Comments
 (0)