[docs] trivial typographic error that may lead to confusion
Neil Millikin
neil.millikin at gmail.com
Wed Aug 21 15:07:32 EDT 2019
Perhaps trivial, but I belive that on page https://docs.python.org/2/library/random.html <https://docs.python.org/2/library/random.html>
"Return the next random floating point number in the range [0.0, 1.0).” — (one bracket one paren)
should read "range [0.0, 1.0].” — (both with brackets)
or perhaps "range (0.0, 1.0).” — (both with parens)
screenshot of online docs:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20190821/2b837fe4/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-6.png
Type: image/png
Size: 176105 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/docs/attachments/20190821/2b837fe4/attachment-0001.png>
More information about the docs
mailing list