summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-08-15 06:07:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-08-15 06:07:42 (GMT)
commitebb7133f4f10755a24797513c508c0f09b29d20c (patch)
tree003a4ce660822c33c022530ff7e6c8ec97200af6 /Tools/scripts
parent0afb60951da64e4499c4e0d5d712cd3bd325c4be (diff)
downloadcpython-ebb7133f4f10755a24797513c508c0f09b29d20c.zip
cpython-ebb7133f4f10755a24797513c508c0f09b29d20c.tar.gz
cpython-ebb7133f4f10755a24797513c508c0f09b29d20c.tar.bz2
Fix typo in module docstring.
Diffstat (limited to 'Tools/scripts')
-rw-r--r--Tools/scripts/cleanfuture.py2
1 files changed, 1 insertions, 1 deletions
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: