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 benrodrigue
Recipients benrodrigue, docs@python, eric.araujo, ezio.melotti, georg.brandl
Date 2014-08-27.15:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409152651.69.0.302549196397.issue22291@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-08-27 15:17:31benrodriguesetrecipients: + benrodrigue, georg.brandl, ezio.melotti, eric.araujo, docs@python
2014-08-27 15:17:31benrodriguesetmessageid: <1409152651.69.0.302549196397.issue22291@psf.upfronthosting.co.za>
2014-08-27 15:17:31benrodriguelinkissue22291 messages
2014-08-27 15:17:31benrodriguecreate