gh-130195: Fix typo in warning message (#130254)

Co-authored-by: Éric <merwok@netwok.org>
This commit is contained in:
Stan Ulbrych 2025-04-24 15:06:12 +01:00 committed by GitHub
parent b1f2304b20
commit 92985e321a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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'):