New submission from Boštjan Mejak <bostjan.mejak at gmail.com>: Please see http://docs.python.org/py3k/library/argparse.html#module-argparse and read the first sentence which goes... "The argparse module makes it easy to write user friendly command line interfaces." Please fix this to... "The argparse module makes it easy to write user-friendly command-line interfaces." Note: "user friendly" --> "user-friendly" "command line" --> "command-line" ---------- assignee: docs at python components: Documentation messages: 133377 nosy: Retro, docs at python priority: normal severity: normal status: open title: Missing 2 hyphens in the docs versions: Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <report at bugs.python.org> <http://bugs.python.org/issue11806> _______________________________________