From ebb7133f4f10755a24797513c508c0f09b29d20c Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 15 Aug 2001 06:07:42 +0000 Subject: Fix typo in module docstring. --- Tools/scripts/cleanfuture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/cleanfuture.py b/Tools/scripts/cleanfuture.py index ebb9e5d..3f2da3a 100644 --- a/Tools/scripts/cleanfuture.py +++ b/Tools/scripts/cleanfuture.py @@ -18,7 +18,7 @@ Overwrites files in place, renaming the originals with a .bak extension. If cleanfuture finds nothing to change, the file is left alone. If cleanfuture does change a file, the changed file is a fixed-point (i.e., running cleanfuture on the resulting .py file won't change it again, at least not -until you try it again with a m later Python release). +until you try it again with a later Python release). Limitations: You can do these things, but this tool won't help you then: -- cgit v0.12