From: Greg Ward Date: Tue, 30 May 2000 02:04:54 +0000 (+0000) Subject: Cosmetic tweak. X-Git-Tag: v2.0b1~1636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98150114e0eb6e814d48a918239205642622dad7;p=python Cosmetic tweak. --- diff --git a/Lib/distutils/command/command_template b/Lib/distutils/command/command_template index 73c1c190db..50bbab7b6e 100644 --- a/Lib/distutils/command/command_template +++ b/Lib/distutils/command/command_template @@ -1,6 +1,7 @@ """distutils.command.x -Implements the Distutils 'x' command.""" +Implements the Distutils 'x' command. +""" # created 2000/mm/dd, John Doe