[docs] [issue13605] document argparse's nargs=REMAINDER

Georg Brandl report at bugs.python.org
Mon Feb 20 09:39:10 CET 2012


Georg Brandl <georg at python.org> added the comment:

Blocks not introduced by "::" are *NOT* code blocks.

If they happen to begin with ">>> ", they are recognized as doctest blocks and colorized as doctests.

Doctest blocks shouldn't be indented. (The indent is a blockquote in this case.)

----------
nosy: +georg.brandl

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


More information about the docs mailing list