mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Typo repair.
This commit is contained in:
parent
5b7da39f23
commit
0dd23aa539
1 changed files with 1 additions and 1 deletions
|
|
@ -5235,7 +5235,7 @@ initcPickle(void)
|
||||||
"1.1", /* Protocol 0 + INST */
|
"1.1", /* Protocol 0 + INST */
|
||||||
"1.2", /* Original protocol 1 */
|
"1.2", /* Original protocol 1 */
|
||||||
"1.3", /* Protocol 1 + BINFLOAT */
|
"1.3", /* Protocol 1 + BINFLOAT */
|
||||||
"2.0"); /* Oritinal potocol 2 */
|
"2.0"); /* Original protocol 2 */
|
||||||
PyDict_SetItemString(d, "format_version", format_version);
|
PyDict_SetItemString(d, "format_version", format_version);
|
||||||
PyDict_SetItemString(d, "compatible_formats", compatible_formats);
|
PyDict_SetItemString(d, "compatible_formats", compatible_formats);
|
||||||
Py_XDECREF(format_version);
|
Py_XDECREF(format_version);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue