More typo repair.

This commit is contained in:
Tim Peters 2003-02-05 03:53:10 +00:00
parent 679201467b
commit 6288e230d8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}