mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
typo fix, thanks Jeremy Sanders
This commit is contained in:
parent
769f8219a4
commit
fa7e6b46ef
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ class bdist_rpm (Command):
|
||||||
|
|
||||||
# Make a source distribution and copy to SOURCES directory with
|
# Make a source distribution and copy to SOURCES directory with
|
||||||
# optional icon.
|
# optional icon.
|
||||||
saved_dist_files = self.distributuion.dist_files[:]
|
saved_dist_files = self.distribution.dist_files[:]
|
||||||
sdist = self.reinitialize_command('sdist')
|
sdist = self.reinitialize_command('sdist')
|
||||||
if self.use_bzip2:
|
if self.use_bzip2:
|
||||||
sdist.formats = ['bztar']
|
sdist.formats = ['bztar']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue