summaryrefslogtreecommitdiff
path: root/Modules/_testcapimodule.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-13 23:33:19 +0000
committerTim Peters <tim.peters@gmail.com>2006-05-13 23:33:19 +0000
commit375f06b1755b712dcb1868fb32ee86dd317552f5 (patch)
tree918c8aa2342995547e12aa425a3a3b28ec7ee280 /Modules/_testcapimodule.c
parente6d9506611b745c8258734165908eb8d2b052185 (diff)
downloadcpython-git-375f06b1755b712dcb1868fb32ee86dd317552f5.tar.gz
Remove lie in new comment.
Diffstat (limited to 'Modules/_testcapimodule.c')
-rw-r--r--Modules/_testcapimodule.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c
index a74e76164e..6b9dffde46 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)
{