qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH trivial] scripts/argparse.py: spelling (independant)
@ 2018-01-11 14:32 Michael Tokarev
  2018-01-11 14:46 ` Eric Blake
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2018-01-11 14:32 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel, Michael Tokarev

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 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.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH trivial] scripts/argparse.py: spelling (independant)
  2018-01-11 14:32 [Qemu-devel] [PATCH trivial] scripts/argparse.py: spelling (independant) Michael Tokarev
@ 2018-01-11 14:46 ` Eric Blake
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Blake @ 2018-01-11 14:46 UTC (permalink / raw)
  To: Michael Tokarev, qemu-trivial; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1461 bytes --]

On 01/11/2018 08:32 AM, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  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

From the top of the file:

# This is a local copy of the standard library argparse module taken
from PyPI.
# It is licensed under the Python Software Foundation License.  This is a
# fallback for Python 2.6 which does not include this module.  Python
2.7+ and
# 3+ will never load this module because built-in modules are loaded before
# anything in sys.path.


> @@ -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.

Is this typo still present in the upstream source that we copied from?
It's our local downstream copy, so we can tweak it, but we might want to
feed this one back upstream.

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-11 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11 14:32 [Qemu-devel] [PATCH trivial] scripts/argparse.py: spelling (independant) Michael Tokarev
2018-01-11 14:46 ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).