[docs] [issue13605] document argparse's nargs=REMAINDER
Éric Araujo
report at bugs.python.org
Tue Feb 21 01:11:59 CET 2012
Éric Araujo <merwok at netwok.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.
Ah, that’s it! Thanks. So we have two valid ways of marking up doctest-like blocks, “::” ° indent and implicit markup, right?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13605>
_______________________________________
More information about the docs
mailing list