summaryrefslogtreecommitdiffstats
path: root/Modules/_sre.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-10-07 08:55:18 (GMT)
committerGitHub <noreply@github.com>2021-10-07 08:55:18 (GMT)
commit5afc5bb45d614ea4a512e257b6b60e4f98185043 (patch)
treec4723c33d978f61a05012ee3ed476cb24319e1e8 /Modules/_sre.c
parent35d4857375b6ef8f1243db4da9c2cba0bee63ad6 (diff)
downloadcpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.zip
cpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.tar.gz
cpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.tar.bz2
[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
(cherry picked from commit dd02a696e55b450413e765e698e653d781ca4205) Co-authored-by: Christian Clauss <cclauss@me.com> Automerge-Triggered-By: GH:gpshead
Diffstat (limited to 'Modules/_sre.c')
-rw-r--r--Modules/_sre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sre.c b/Modules/_sre.c
index 7b21240..d21b533 100644
--- a/Modules/_sre.c
+++ b/Modules/_sre.c
@@ -15,7 +15,7 @@
* 2001-05-14 fl fixes for 1.5.2 compatibility
* 2001-07-01 fl added BIGCHARSET support (from Martin von Loewis)
* 2001-10-18 fl fixed group reset issue (from Matthew Mueller)
- * 2001-10-20 fl added split primitive; reenable unicode for 1.6/2.0/2.1
+ * 2001-10-20 fl added split primitive; re-enable unicode for 1.6/2.0/2.1
* 2001-10-21 fl added sub/subn primitive
* 2001-10-24 fl added finditer primitive (for 2.2 only)
* 2001-12-07 fl fixed memory leak in sub/subn (Guido van Rossum)