summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/command_template
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/command_template')
-rw-r--r--Lib/distutils/command/command_template3
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