mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
bpo-33958: Doc: Remove unused variable in example (GH-7927)
This commit is contained in:
parent
aee5df5e16
commit
62b6cea6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue