New submission from Mike Hoy <mho...@gmail.com>: In the Docs mailing list a typo was pointed out in argparse docs.
http://docs.python.org/dev/library/argparse.html#metavar > "So, a single positional argument with dest='bar' will that argument > will be referred to as bar." > "So, a single positional argument with dest='bar' WITH that argument > will be referred to as bar." Eli Bendersky: > I agree the original sentence makes little sense. But I'm not sure > your correction fully fixes it either - "a single positional argument > ... with that argument" doesn't sound right. > Perhaps it should just say: > "So, a single positional argument with dest='bar' will be referred to > as > bar" ? Patch says "So,a single positional argument with dest='bar' will be referred to as bar" ---------- assignee: docs@python components: Documentation files: typo-argparse.diff keywords: patch messages: 145636 nosy: docs@python, mikehoy priority: normal severity: normal status: open title: Typo in argparse documentation Added file: http://bugs.python.org/file23420/typo-argparse.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13191> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com