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
f8651a2988274be091ecd6efc2916f38d9fb9577)
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
.. option:: -f <N>
--float <N>
- Print a random floating-point number between 1 and N inclusive,
+ Print a random floating-point number between 0 and N inclusive,
using :meth:`uniform`.
If no options are given, the output depends on the input: