mirror of
https://github.com/python/cpython.git
synced 2025-09-25 17:59:57 +00:00
remove :c:data: which snuck in
This commit is contained in:
parent
565364670a
commit
115b99c222
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ the string we just got from :cfunc:`PyArg_ParseTuple`::
|
||||||
|
|
||||||
sts = system(command);
|
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`. ::
|
Python object. This is done using the function :cfunc:`PyLong_FromLong`. ::
|
||||||
|
|
||||||
return PyLong_FromLong(sts);
|
return PyLong_FromLong(sts);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue