summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorKa-Ping Yee <ping@zesty.ca>2001-03-15 10:45:44 (GMT)
committerKa-Ping Yee <ping@zesty.ca>2001-03-15 10:45:44 (GMT)
commit3bda4f0878d4aecc437a3dc6a21c6878d1c79b53 (patch)
tree07bd76a7b03c91dce7290b2f660e1c4651ce1fbc /Lib
parent904f2fcbd78936baa1fb94fa8f0f2119da8ed44c (diff)
downloadcpython-3bda4f0878d4aecc437a3dc6a21c6878d1c79b53.zip
cpython-3bda4f0878d4aecc437a3dc6a21c6878d1c79b53.tar.gz
cpython-3bda4f0878d4aecc437a3dc6a21c6878d1c79b53.tar.bz2
Remove redundant "__future__:" from module docstring.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/__future__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/__future__.py b/Lib/__future__.py
index beb0b28..de37336 100644
--- a/Lib/__future__.py
+++ b/Lib/__future__.py
@@ -1,4 +1,4 @@
-"""__future__: Record of phased-in incompatible language changes.
+"""Record of phased-in incompatible language changes.
Each line is of the form: