Skip to content

Commit

Permalink
bpo-33958: Doc: Remove unused variable in example (pythonGH-7927)
Browse files Browse the repository at this point in the history
(cherry picked from commit 62b6cea)

Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <[email protected]>
  • Loading branch information
miss-islington and srinivasreddy authored Jun 28, 2018
1 parent 468f97b commit bcb1ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/includes/run-func.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
int
main(int argc, char *argv[])
{
PyObject *pName, *pModule, *pDict, *pFunc;
PyObject *pName, *pModule, *pFunc;
PyObject *pArgs, *pValue;
int i;

Expand Down

0 comments on commit bcb1ac8

Please sign in to comment.