mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
bpo-33958: Doc: Remove unused variable in example (GH-7927)
This commit is contained in:
parent
aee5df5e16
commit
62b6cea6b8
@ -3,7 +3,7 @@
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
PyObject *pName, *pModule, *pDict, *pFunc;
|
||||
PyObject *pName, *pModule, *pFunc;
|
||||
PyObject *pArgs, *pValue;
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user