Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ea7be commit 706867cCopy full SHA for 706867c
1 file changed
Lib/distutils/command/bdist_rpm.py
@@ -434,7 +434,7 @@ def _make_spec_file(self):
434
]
435
436
for (rpm_opt, attr, default) in script_options:
437
- # Insert contents of file referred to, if no file is refered to
+ # Insert contents of file referred to, if no file is referred to
438
# use 'default' as contents of script
439
val = getattr(self, attr)
440
if val or default:
0 commit comments