From f0e2c07a746b726bc40952efde0400378a000c6c Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 16 Mar 2006 06:33:21 +0000 Subject: [PATCH] Spel compatibility write. --- Lib/sre.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/sre.py b/Lib/sre.py index 8d36b14d96..390094aaa6 100644 --- a/Lib/sre.py +++ b/Lib/sre.py @@ -1,4 +1,4 @@ -"""This file is only retained for backwards compatability. +"""This file is only retained for backwards compatibility. It will be removed in the future. sre was moved to re in version 2.5. """ -- 2.40.0