Skip to content

Commit 3b8a8fb

Browse files
authored
v1.2.0 modifications
Fixed a typo in example code.
1 parent 22c7b2a commit 3b8a8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ implementation code can be found in class `BaseRandom`, in module
141141
print( rand(5) )
142142

143143
# prints a float random value ranging in [0.0, 20.0]
144-
print( rand(20.0)
144+
print( rand(20.0) )
145145

146146
# prints a list of 10 integer values each ranging in [0, 5]
147147
print( rand(5, 10) )

0 commit comments

Comments
 (0)