summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/sdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/sdist.py')
-rw-r--r--Lib/distutils/command/sdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py
index f644e9f..56bc4c9 100644
--- a/Lib/distutils/command/sdist.py
+++ b/Lib/distutils/command/sdist.py
@@ -519,7 +519,7 @@ class sdist (Command):
if not self.keep_tree:
remove_tree (base_dir, self.verbose, self.dry_run)
-# class Dist
+# class sdist
# ----------------------------------------------------------------------