mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Add closing ) in comment
This commit is contained in:
parent
080c88b912
commit
0732301738
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ PyDict_Clear(PyObject *op)
|
||||||
* int i;
|
* int i;
|
||||||
* PyObject *key, *value;
|
* PyObject *key, *value;
|
||||||
* i = 0; # important! i should not otherwise be changed by you
|
* i = 0; # important! i should not otherwise be changed by you
|
||||||
* while (PyDict_Next(yourdict, &i, &key, &value) {
|
* while (PyDict_Next(yourdict, &i, &key, &value)) {
|
||||||
* Refer to borrowed references in key and value.
|
* Refer to borrowed references in key and value.
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue