From 3bda4f0878d4aecc437a3dc6a21c6878d1c79b53 Mon Sep 17 00:00:00 2001 From: Ka-Ping Yee Date: Thu, 15 Mar 2001 10:45:44 +0000 Subject: Remove redundant "__future__:" from module docstring. --- Lib/__future__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12