This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Akarys
Recipients Akarys, docs@python
Date 2021-03-29.07:57:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617004672.48.0.32476010858.issue43653@roundup.psfhosted.org>
In-reply-to
Content
Hello!

The current documentation for random.shuffle reads:
> The optional argument random is a 0-argument function returning a random float in [0.0, 1.0); by default, this is the function random().

I believe the range here should use matching symbols, unless I am missing something.
History
Date User Action Args
2021-03-29 07:57:52Akaryssetrecipients: + Akarys, docs@python
2021-03-29 07:57:52Akaryssetmessageid: <1617004672.48.0.32476010858.issue43653@roundup.psfhosted.org>
2021-03-29 07:57:52Akaryslinkissue43653 messages
2021-03-29 07:57:52Akaryscreate