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 961a4ef commit b0258f6Copy full SHA for b0258f6
Doc/howto/regex.rst
@@ -1022,8 +1022,8 @@ module::
1022
r' (?P<zonen>[-+])(?P<zoneh>[0-9][0-9])(?P<zonem>[0-9][0-9])'
1023
r'"')
1024
1025
-It's much easier to write ``m.group('zonem')``, instead of having
1026
-to remember to retrieve group 9.
+It's much easier to write ``m.group('zonem')`` instead of having
+to count groups so as to verify we must retrieve group 9.
1027
1028
The syntax for backreferences in an expression such as ``(...)\1`` refers to the
1029
number of the group. There's naturally a variant that uses the group name
0 commit comments