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

üst aee5df5e
...@@ -3,7 +3,7 @@ ...@@ -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;
......
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