Skip to content

Commit 7d14586

Browse files
authored
fix -f/--float command line option description
See gh-123968 gh-124009
1 parent c58c572 commit 7d14586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/random.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ The following options are accepted:
741741
.. option:: -f <N>
742742
--float <N>
743743

744-
Print a random floating-point number between 1 and N inclusive,
744+
Print a random floating-point number between 0.0 and N inclusive,
745745
using :meth:`uniform`.
746746

747747
If no options are given, the output depends on the input:

0 commit comments

Comments
 (0)