Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62b6cea

Browse files
srinivasreddymethane
authored andcommitted
bpo-33958: Doc: Remove unused variable in example (GH-7927)
1 parent aee5df5 commit 62b6cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/includes/run-func.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
int
44
main(int argc, char *argv[])
55
{
6-
PyObject *pName, *pModule, *pDict, *pFunc;
6+
PyObject *pName, *pModule, *pFunc;
77
PyObject *pArgs, *pValue;
88
int i;
99

0 commit comments

Comments
 (0)