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 triuan
Recipients docs@python, triuan
Date 2016-09-13.20:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473798856.1.0.387564519674.issue28136@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/2/library/re.html

error:
...string 'aaaaaa', a{3,5} will match 5 'a' characters...

suggest correction 2:
...string 'aaaaaa', a{3, 5} will match 3 to 5 'a' characters...
History
Date User Action Args
2016-09-13 20:34:16triuansetrecipients: + triuan, docs@python
2016-09-13 20:34:16triuansetmessageid: <1473798856.1.0.387564519674.issue28136@psf.upfronthosting.co.za>
2016-09-13 20:34:16triuanlinkissue28136 messages
2016-09-13 20:34:16triuancreate