mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-130195: Fix typo in warning message (#130254)
Co-authored-by: Éric <merwok@netwok.org>
This commit is contained in:
parent
b1f2304b20
commit
92985e321a
2 changed files with 2 additions and 1 deletions
|
@ -727,7 +727,7 @@ def main():
|
|||
if opt in ('-h', '--help'):
|
||||
usage(0)
|
||||
elif opt in ('-a', '--extract-all'):
|
||||
print("DepreciationWarning: -a/--extract-all is not implemented and will be removed in a future version",
|
||||
print("DeprecationWarning: -a/--extract-all is not implemented and will be removed in a future version",
|
||||
file=sys.stderr)
|
||||
options.extractall = 1
|
||||
elif opt in ('-c', '--add-comments'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue