[docs] [issue28136] RegEx documentation error

triuan report at bugs.python.org
Tue Sep 13 16:30:12 EDT 2016


New submission from triuan:

https://docs.python.org/2/library/re.html

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

suggest correction:
...string 'aaaaaa', a{5} will match 5 'a' characters...

----------
assignee: docs at python
components: Documentation
messages: 276336
nosy: docs at python, triuan
priority: normal
severity: normal
status: open
title: RegEx documentation error

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28136>
_______________________________________


More information about the docs mailing list