From: Michael Tokarev Date: Thu, 11 Jan 2018 14:31:06 +0000 (+0300) Subject: scripts/argparse.py: spelling (independant) X-Git-Tag: v2.12.0-rc0~97^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c2486a5122e50a5f88f2ecb47c5086ad52c716e;p=thirdparty%2Fqemu.git scripts/argparse.py: spelling (independant) Signed-off-by: Michael Tokarev Reviewed-by: Eric Blake --- diff --git a/scripts/argparse.py b/scripts/argparse.py index 288c1f06c07..27d1f28935f 100644 --- a/scripts/argparse.py +++ b/scripts/argparse.py @@ -76,7 +76,7 @@ considered public as object names -- the API of the formatter objects is still considered an implementation detail.) """ -__version__ = '1.4.0' # we use our own version number independant of the +__version__ = '1.4.0' # we use our own version number independent of the # one in stdlib and we release this on pypi. __external_lib__ = True # to make sure the tests really test THIS lib,