Commit bcb1ac82 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

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

(cherry picked from commit 62b6cea6)
Co-authored-by: default avatarSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
parent 468f97b4
......@@ -3,7 +3,7 @@
int
main(int argc, char *argv[])
{
PyObject *pName, *pModule, *pDict, *pFunc;
PyObject *pName, *pModule, *pFunc;
PyObject *pArgs, *pValue;
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