]> granicus.if.org Git - python/commit
Don’t quote characters twice.
authorÉric Araujo <merwok@netwok.org>
Thu, 18 Aug 2011 23:45:12 +0000 (01:45 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 18 Aug 2011 23:45:12 +0000 (01:45 +0200)
commit543edbdab8e1853827a8c5bf9c226120a2472238
tree1bac938c6e3936b9a45ae253df826c543db397a2
parentfde924263149c69400d8ec55114b0c92ee400a3d
Don’t quote characters twice.

``code`` markup is enough to mark command-line fragments or to talk
about a character.  ``'c'`` is still used for actual Python string
objects.  I did a similar change in optparse.rst in r86521.

I’ve also ported two minor changes from the 3.3 version of the file
(removing an unnecessary module name in a class directive, adding a
comma).
Doc/library/argparse.rst