bpo-33958: Doc: Remove unused variable in example (GH-7927) · python/cpython@702d43c

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 702d43c

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

(cherry picked from commit 62b6cea) Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>

1 parent 4f69a29 commit 702d43c

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

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)