diff options
author | Michael Tokarev | 2018-01-11 15:31:06 +0100 |
---|---|---|
committer | Michael Tokarev | 2018-02-10 08:03:39 +0100 |
commit | 8c2486a5122e50a5f88f2ecb47c5086ad52c716e (patch) | |
tree | 47c35694730aab9b78cad15738c6384c55090d15 /scripts/argparse.py | |
parent | qapi-schema.json: spelling (independant comparation) (diff) | |
download | qemu-8c2486a5122e50a5f88f2ecb47c5086ad52c716e.tar.gz qemu-8c2486a5122e50a5f88f2ecb47c5086ad52c716e.tar.xz qemu-8c2486a5122e50a5f88f2ecb47c5086ad52c716e.zip |
scripts/argparse.py: spelling (independant)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'scripts/argparse.py')
-rw-r--r-- | scripts/argparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/argparse.py b/scripts/argparse.py index 288c1f06c0..27d1f28935 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, |