Skip to content

Commit 06d27a3

Browse files
achhinahugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 64bb18c commit 06d27a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/re.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ Exceptions
11101110
.. versionchanged:: 3.5
11111111
Added additional attributes.
11121112

1113-
.. versionchanged:: 3.12
1113+
.. versionchanged:: 3.13
11141114
``ReCompileError`` was originally named ``error``; the latter is kept as an alias for
11151115
backward compatibility.
11161116

Lib/re/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, msg, pattern=None, pos=None):
5353
super().__init__(msg)
5454

5555

56-
# Backward compatibility after renaming in 3.12
56+
# Backward compatibility after renaming in 3.13
5757
error = ReCompileError
5858

5959
class _NamedIntConstant(int):

0 commit comments

Comments
 (0)