From nobody Wed Apr 24 18:10:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1515681234953669.516015433575; Thu, 11 Jan 2018 06:33:54 -0800 (PST) Received: from localhost ([::1]:47464 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZdvP-0001Y4-5w for importer@patchew.org; Thu, 11 Jan 2018 09:33:47 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZdtp-0000WR-NS for qemu-devel@nongnu.org; Thu, 11 Jan 2018 09:32:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZdtj-0001sd-N2 for qemu-devel@nongnu.org; Thu, 11 Jan 2018 09:32:09 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:59403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZdtj-0001rh-F1; Thu, 11 Jan 2018 09:32:03 -0500 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id D4C1F408EA; Thu, 11 Jan 2018 17:32:02 +0300 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id 8DB13E0E; Thu, 11 Jan 2018 17:32:02 +0300 (MSK) Received: (nullmailer pid 17909 invoked by uid 1000); Thu, 11 Jan 2018 14:32:02 -0000 From: Michael Tokarev To: qemu-trivial@nongnu.org Date: Thu, 11 Jan 2018 17:32:01 +0300 Message-Id: <20180111143201.17865-1-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 2.11.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 86.62.121.231 Subject: [Qemu-devel] [PATCH trivial] scripts/argparse.py: spelling (independant) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tokarev , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 forma= tter objects is still considered an implementation detail.) """ =20 -__version__ =3D '1.4.0' # we use our own version number independant of the +__version__ =3D '1.4.0' # we use our own version number independent of the # one in stdlib and we release this on pypi. =20 __external_lib__ =3D True # to make sure the tests really test THIS lib, --=20 2.11.0