]> granicus.if.org Git - python/commit
Remove reST markup from --help output. Also: O(n**2) is dict construction, not singl...
authorGeorg Brandl <georg@python.org>
Tue, 21 Feb 2012 21:36:27 +0000 (22:36 +0100)
committerGeorg Brandl <georg@python.org>
Tue, 21 Feb 2012 21:36:27 +0000 (22:36 +0100)
commit3aec568e6ea6deec2f3a3471004c9054ee34cce3
treec7dbad61cc55f39f711249f41e7b15016a9baf25
parent4e171d12da0e75ddcf5e019d5ca4553ca86265cd
Remove reST markup from --help output.  Also: O(n**2) is dict construction, not single insertion.
Doc/using/cmdline.rst
Misc/python.man
Modules/main.c