Add re.VERBOSE flag documentation example (GH-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. (cherry picked from commit 0ceafa7fa408b64377ea31dd5386152da19ef38a) Co-authored-by: Athos Ribeiro <athoscribeiro@gmail.com>
M
Miss Islington (bot) committed
01513758298ae8fb956ce18c01d748d2986cfef3
Parent: d03f452
Committed by GitHub <noreply@github.com>
on 10/5/2022, 1:29:54 AM