[issue28136] RegEx documentation error

2016-09-13 Thread triuan
triuan added the comment: thanks! -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28136> ___ ___ Python-bugs-list mailing list

[issue28136] RegEx documentation error

2016-09-13 Thread triuan
triuan added the comment: https://docs.python.org/2/library/re.html error: ...string 'aa', a{3,5} will match 5 'a' characters... suggest correction 2: ...string 'aa', a{3, 5} will match 3 to 5 'a' characters... -- ___ Python tracker <

[issue28136] RegEx documentation error

2016-09-13 Thread triuan
New submission from triuan: https://docs.python.org/2/library/re.html error: ...string 'aa', a{3,5} will match 5 'a' characters... suggest correction: ...string 'aa', a{5} will match 5 'a' characters... -- assignee: docs@python components: Documentation messages: 276336 nosy