[docs] [issue11806] Missing 2 hyphens in the docs

Boštjan Mejak report at bugs.python.org
Wed Apr 13 13:54:03 CEST 2011


Boštjan Mejak <bostjan.mejak at gmail.com> added the comment:

Also, please fix the main title of the argparse section...

from
15.4. argparse<http://docs.python.org/dev/library/argparse.html#module-argparse>
—
Parser for command line options, arguments and sub-commands
to
15.4. argparse<http://docs.python.org/dev/library/argparse.html#module-argparse>
—
Parser for command-line options, arguments and sub-commands
Please note the added hyphen (-) for the word command-line. Since this is
actually one word, it needs the hyphen. This is not Python related, but is
orthology related. Please fix all this documentation imprecisions in the
section argparse. Won't take a minute.

----------
Added file: http://bugs.python.org/file21648/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11806>
_______________________________________
-------------- next part --------------
Also, please fix the main title of the argparse section...<div><br></div><div>from</div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 16px; "><h1 style="font-family: &#39;Trebuchet MS&#39;, sans-serif; background-color: rgb(242, 242, 242); font-weight: normal; color: rgb(32, 67, 92); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); margin-top: 0px; margin-right: -20px; margin-bottom: 10px; margin-left: -20px; padding-top: 3px; padding-right: 0px; padding-bottom: 3px; padding-left: 10px; font-size: 32px; ">
15.4. <a class="reference internal" href="http://docs.python.org/dev/library/argparse.html#module-argparse" title="argparse: Command-line option and argument parsing library." style="color: rgb(53, 95, 124); text-decoration: none; "><tt class="xref py py-mod docutils literal" style="background-color: transparent; padding-top: 0px; padding-right: 1px; padding-bottom: 0px; padding-left: 1px; font-size: 0.95em; font-weight: bold; "><span class="pre">argparse</span></tt></a> — Parser for command line options, arguments and sub-commands</h1>
<div>to</div><div><h1 style="font-family: &#39;Trebuchet MS&#39;, sans-serif; background-color: rgb(242, 242, 242); font-weight: normal; color: rgb(32, 67, 92); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); margin-top: 0px; margin-right: -20px; margin-bottom: 10px; margin-left: -20px; padding-top: 3px; padding-right: 0px; padding-bottom: 3px; padding-left: 10px; font-size: 32px; ">
15.4. <a class="reference internal" href="http://docs.python.org/dev/library/argparse.html#module-argparse" title="argparse: Command-line option and argument parsing library." style="color: rgb(53, 95, 124); text-decoration: none; "><tt class="xref py py-mod docutils literal" style="background-color: transparent; padding-top: 0px; padding-right: 1px; padding-bottom: 0px; padding-left: 1px; font-size: 0.95em; font-weight: bold; "><span class="pre">argparse</span></tt></a> — Parser for command-line options, arguments and sub-commands</h1>
</div><div>Please note the added hyphen (-) for the word command-line. Since this is actually one word, it needs the hyphen. This is not Python related, but is orthology related. Please fix all this documentation imprecisions in the section argparse. Won&#39;t take a minute.</div>
</span></div>


More information about the docs mailing list