Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c66bca commit 3122ce3Copy full SHA for 3122ce3
1 file changed
Doc/library/re.rst
@@ -229,7 +229,7 @@ The special characters are:
229
undefined.
230
231
``(?:...)``
232
- A non-grouping version of regular parentheses. Matches whatever regular
+ A non-capturing version of regular parentheses. Matches whatever regular
233
expression is inside the parentheses, but the substring matched by the group
234
*cannot* be retrieved after performing a match or referenced later in the
235
pattern.
0 commit comments