]> granicus.if.org Git - python/commit
fix a couple nits related to my understanding of ReST. Use of
authorSkip Montanaro <skip@pobox.com>
Mon, 30 Sep 2002 15:25:13 +0000 (15:25 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 30 Sep 2002 15:25:13 +0000 (15:25 +0000)
commitb45b9feafbff2a4188caf7c8d4042f88e948bee5
treeffa385ee87cd3a0db856a53c57215552fbd6b0a6
parentd20b66537cd6ae9602feb7c6e237a60adf75739c
fix a couple nits related to my understanding of ReST.  Use of

    ``void (*)(PyObject *)``

isn't quite the same as

    void (*)(PyObject \*)

but I gather ``...`` is preferable stylistically in most cases than
... \*...
Misc/NEWS.help