]> granicus.if.org Git - python/commit
Start deferring to the LaTeX docs for details. I'd like to move the
authorTim Peters <tim.peters@gmail.com>
Sun, 22 Aug 2004 20:51:53 +0000 (20:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 22 Aug 2004 20:51:53 +0000 (20:51 +0000)
commitf82a9ded393c98205ca263ff397bf84f0eedfef3
tree2810dbe9f3bfcb64d08e58db099958ef2871717d
parentc6cbab0db4a3d3878eabc300c259ed74a5237ff0
Start deferring to the LaTeX docs for details.  I'd like to move the
docstrings toward being a lot shorter, and telling the whole truth in
the manual instead.  This change is an example:  the manual has detailed
explanations of the option names now, so it's Bad to repeat them in
the docstring (two detailed descriptions are certain to get out of synch).
Just listing the names has memory-jogging benefits, though, so that's
still helpful in the docstring.
Lib/doctest.py