From 115b99c22256cb7e106c41d2c0d6de73cc47318c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 27 Nov 2010 15:39:31 +0000 Subject: remove :c:data: which snuck in --- Doc/extending/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst index 83fa520..68dc9d6 100644 --- a/Doc/extending/extending.rst +++ b/Doc/extending/extending.rst @@ -266,7 +266,7 @@ the string we just got from :cfunc:`PyArg_ParseTuple`:: sts = system(command); -Our :func:`spam.system` function must return the value of :c:data:`sts` as a +Our :func:`spam.system` function must return the value of :cdata:`sts` as a Python object. This is done using the function :cfunc:`PyLong_FromLong`. :: return PyLong_FromLong(sts); -- cgit v0.12