diff options
Diffstat (limited to 'Doc/library/re.rst')
-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 0ee2d68bcbe..eb3b1e5549c 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -667,7 +667,7 @@ character ``'$'``. ``\z`` Matches only at the end of the string. - .. versionadded:: next + .. versionadded:: 3.14 ``\Z`` The same as ``\z``. For compatibility with old Python versions. |