[docs] [issue22291] Typo in docs - Lib/random
Ben Rodrigue
report at bugs.python.org
Wed Aug 27 17:17:31 CEST 2014
New submission from Ben Rodrigue:
Small typo:
In the documentation for the random module. The documentation refers to the semi-open range and then gives an example using a left bracket and then a curved parenthesis on the right.
Link to page:https://docs.python.org/3.4/library/random.html
>From text:"which generates a random float uniformly in the semi-open range [0.0, 1.0)"
I am new to programming but I believe this to be incorrect. If there is a way to submit a patch for the documentation, I am happy to do so.
----------
assignee: docs at python
components: Documentation
messages: 225990
nosy: benrodrigue, docs at python, eric.araujo, ezio.melotti, georg.brandl
priority: normal
severity: normal
status: open
title: Typo in docs - Lib/random
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22291>
_______________________________________
More information about the docs
mailing list