diff options
author | Ka-Ping Yee <ping@zesty.ca> | 2001-03-15 10:45:44 (GMT) |
---|---|---|
committer | Ka-Ping Yee <ping@zesty.ca> | 2001-03-15 10:45:44 (GMT) |
commit | 3bda4f0878d4aecc437a3dc6a21c6878d1c79b53 (patch) | |
tree | 07bd76a7b03c91dce7290b2f660e1c4651ce1fbc /Lib/__future__.py | |
parent | 904f2fcbd78936baa1fb94fa8f0f2119da8ed44c (diff) | |
download | cpython-3bda4f0878d4aecc437a3dc6a21c6878d1c79b53.zip cpython-3bda4f0878d4aecc437a3dc6a21c6878d1c79b53.tar.gz cpython-3bda4f0878d4aecc437a3dc6a21c6878d1c79b53.tar.bz2 |
Remove redundant "__future__:" from module docstring.
Diffstat (limited to 'Lib/__future__.py')
-rw-r--r-- | Lib/__future__.py | 2 |
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: |