From: Ka-Ping Yee Date: Thu, 15 Mar 2001 10:45:44 +0000 (+0000) Subject: Remove redundant "__future__:" from module docstring. X-Git-Tag: v2.1b2~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bda4f0878d4aecc437a3dc6a21c6878d1c79b53;p=thirdparty%2FPython%2Fcpython.git Remove redundant "__future__:" from module docstring. --- diff --git a/Lib/__future__.py b/Lib/__future__.py index beb0b28c663e..de373369b52c 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: