[New-bugs-announce] [issue27993] In the argparse there are typos with endings in plural words

py.user report at bugs.python.org
Tue Sep 6 23:15:03 EDT 2016


New submission from py.user:

https://docs.python.org/3/library/argparse.html#prog
"By default, ArgumentParser objects uses sys.argv[0]"

Should be "objects use" as in all other places in the doc.

https://docs.python.org/3/library/argparse.html#conflict-handler
"By default, ArgumentParser objects raises an exception"

Should be "objects raise" as in all other places in the doc.

Applied a patch to the issue.

----------
assignee: docs at python
components: Documentation, Library (Lib)
files: argparse_objects_endings.diff
keywords: patch
messages: 274735
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In the argparse there are typos with endings in plural words
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file44421/argparse_objects_endings.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27993>
_______________________________________


More information about the New-bugs-announce mailing list