Commit 6288e230 authored by Tim Peters's avatar Tim Peters

More typo repair.

parent 67920146
......@@ -1959,7 +1959,7 @@ save_global(Picklerobject *self, PyObject *args, PyObject *name)
/* Verify py_code has the right type and value. */
if (!PyInt_Check(py_code)) {
cPickle_ErrFormat(PicklingError, "Can't pickle %s: "
"extension code %s isn't n integer",
"extension code %s isn't an integer",
"OO", args, py_code);
goto finally;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment