mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix comment typo
This commit is contained in:
parent
49ea7be7e9
commit
706867c20c
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class bdist_rpm (Command):
|
|||
]
|
||||
|
||||
for (rpm_opt, attr, default) in script_options:
|
||||
# Insert contents of file referred to, if no file is refered to
|
||||
# Insert contents of file referred to, if no file is referred to
|
||||
# use 'default' as contents of script
|
||||
val = getattr(self, attr)
|
||||
if val or default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue