Skip to content

Commit 6607c72

Browse files
miss-islingtonmahlzahnskirpichev
authored
[3.13] gh-123968: fix -f/--float command line option description (GH-124517) (#124523)
gh-123968: fix -f/--float command line option description (GH-124517) * fix -f/--float command line option description See gh-123968 gh-124009 * Update Doc/library/random.rst --------- (cherry picked from commit f8651a2) Co-authored-by: Robert Wolff <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 139f47f commit 6607c72

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 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)