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
24908f1f207f4642fc57ae79c69a3dcb0770a96a
Parent: 09e5029
Committed by GitHub <noreply@github.com>
on 10/5/2022, 1:37:01 AM