bpo-33958: Doc: Remove unused variable in example (GH-7927)

This commit is contained in:
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 2018-06-28 11:55:20 +05:30 committed by INADA Naoki
parent aee5df5e16
commit 62b6cea6b8

View file

@ -3,7 +3,7 @@
int int
main(int argc, char *argv[]) main(int argc, char *argv[])
{ {
PyObject *pName, *pModule, *pDict, *pFunc; PyObject *pName, *pModule, *pFunc;
PyObject *pArgs, *pValue; PyObject *pArgs, *pValue;
int i; int i;