diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-09 22:47:05 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-09 22:47:05 (GMT) |
commit | c30767239569d0a3e84c113070ec1009b1a5f3a7 (patch) | |
tree | dfdf3923c963364c40d18e00011e0f85db6a6519 /Doc | |
parent | 12aeb78fd2b828f35d6c3b90915e84e46d2dee83 (diff) | |
download | cpython-c30767239569d0a3e84c113070ec1009b1a5f3a7.zip cpython-c30767239569d0a3e84c113070ec1009b1a5f3a7.tar.gz cpython-c30767239569d0a3e84c113070ec1009b1a5f3a7.tar.bz2 |
We're not that far in the future yet
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/re.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 61f62b3..5297f0b 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -245,7 +245,7 @@ The special characters are: (dot matches all), and :const:`re.X` (verbose), for the part of the expression. (The flags are described in :ref:`contents-of-module-re`.) - .. versionadded:: 3.7 + .. versionadded:: 3.6 ``(?P<name>...)`` Similar to regular parentheses, but the substring matched by the group is |