From: Tim Peters Date: Sat, 13 May 2006 23:33:19 +0000 (+0000) Subject: Remove lie in new comment. X-Git-Tag: v2.5b1~655 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=375f06b1755b712dcb1868fb32ee86dd317552f5;p=thirdparty%2FPython%2Fcpython.git Remove lie in new comment. --- diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index a74e76164ebb..6b9dffde4643 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c @@ -660,9 +660,7 @@ test_thread_state(PyObject *self, PyObject *args) } #endif -/* Some tests of PyString_FromFormat(). This needs more tests. - * PyString_FromFormat() also needs docs. - */ +/* Some tests of PyString_FromFormat(). This needs more tests. */ static PyObject * test_string_from_format(PyObject *self, PyObject *args) {