qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH trivial] scripts/argparse.py: spelling (independ


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH trivial] scripts/argparse.py: spelling (independant)
Date: Thu, 11 Jan 2018 08:46:14 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 01/11/2018 08:32 AM, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <address@hidden>
> ---
>  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 <address@hidden>

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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]