Kaydet (Commit) 115b99c2 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove :c:data: which snuck in

üst 56536467
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment