commit | 3bda4f0878d4aecc437a3dc6a21c6878d1c79b53 | [log] [tgz] |
---|---|---|
author | Ka-Ping Yee <ping@zesty.ca> | Thu Mar 15 10:45:44 2001 +0000 |
committer | Ka-Ping Yee <ping@zesty.ca> | Thu Mar 15 10:45:44 2001 +0000 |
tree | 07bd76a7b03c91dce7290b2f660e1c4651ce1fbc | |
parent | 904f2fcbd78936baa1fb94fa8f0f2119da8ed44c [diff] |
Remove redundant "__future__:" from module docstring.
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: