[docs] [issue28136] RegEx documentation error

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


triuan added the comment:

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...

----------

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


More information about the docs mailing list