diff options
author | Greg Ward <gward@python.net> | 2000-05-30 02:04:54 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-05-30 02:04:54 (GMT) |
commit | 98150114e0eb6e814d48a918239205642622dad7 (patch) | |
tree | dd05440bda636f808e3f8c6669517fad40b165f2 | |
parent | 66ac93e6f7fbb1c9ac9b8e4e33bee4263976ec69 (diff) | |
download | cpython-98150114e0eb6e814d48a918239205642622dad7.zip cpython-98150114e0eb6e814d48a918239205642622dad7.tar.gz cpython-98150114e0eb6e814d48a918239205642622dad7.tar.bz2 |
Cosmetic tweak.
-rw-r--r-- | Lib/distutils/command/command_template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/distutils/command/command_template b/Lib/distutils/command/command_template index 73c1c19..50bbab7 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 |