From 8c2486a5122e50a5f88f2ecb47c5086ad52c716e Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Thu, 11 Jan 2018 17:31:06 +0300 Subject: [PATCH] scripts/argparse.py: spelling (independant) Signed-off-by: Michael Tokarev Reviewed-by: Eric Blake --- scripts/argparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.4.GIT