[issue26378] Typo in regex documentation

2016-02-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report! -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue26378] Typo in regex documentation

2016-02-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset c272a1e53f5b by Benjamin Peterson in branch '2.7': fix typo (closes #26378) https://hg.python.org/cpython/rev/c272a1e53f5b New changeset 69717fdd9d5a by Benjamin Peterson in branch '3.5': fix typo (closes #26378) https://hg.python.org/cpython/rev/69

[issue26378] Typo in regex documentation

2016-02-17 Thread David Rager
New submission from David Rager: In the following sentence, "few" should probably be "fewer." "Repetitions such as * are greedy; when repeating a RE, the matching engine will try to repeat it as many times as possible. If later portions of the pattern don’t match, the matching engine will then