summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/bdist.py')
-rw-r--r--Lib/distutils/command/bdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py
index c0cb1d3..a75303e 100644
--- a/Lib/distutils/command/bdist.py
+++ b/Lib/distutils/command/bdist.py
@@ -45,7 +45,7 @@ class bdist (Command):
help_options = [
('help-formats', None,
"lists available distribution formats", show_formats),
- ]
+ ]
# The following commands do not take a format option from bdist
no_format_option = ('bdist_rpm',)