commit | 0ceafa7fa408b64377ea31dd5386152da19ef38a | [log] [tgz] |
---|---|---|
author | Athos Ribeiro <athoscribeiro@gmail.com> | Tue Oct 04 21:39:42 2022 -0300 |
committer | GitHub <noreply@github.com> | Tue Oct 04 17:39:42 2022 -0700 |
tree | 6f18223942fd81bb82f6cd1826a3d56c42c95020 | |
parent | 395b66a0ae5237eec195ca97daaaf8563706ed34 [diff] |
Add re.VERBOSE flag documentation example (#97678) The current re.VERBOSE documentation example leaves space for ambiguous interpretation. One may read that spaces within the `(?:` token are spaces inside the non-capturing group (such as `(?: )`). This patch removes the ambiguity by including examples after the statement.