File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -989,7 +989,7 @@ The syntax for a named group is one of the Python-specific extensions:
989989``(?P<name>...) ``. Named groups behave exactly like capturing groups, and
990990additionally associate *name * with the group so that *name * can be used to
991991refer to the group in other contexts. Names should look like a Python
992- identifier andonly contain letters, digits and underscores. The :ref: `match
992+ identifier and only contain letters, digits and underscores. The :ref: `match
993993object <match-objects>` methods that deal with capturing groups all accept
994994either integers that refer to the group by number or strings that contain the
995995desired group's name. Named groups are still given numbers, so you can
You can’t perform that action at this time.
0 commit comments