We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6325b1 commit cfec5b1Copy full SHA for cfec5b1
Modules/_pickle.c
@@ -6073,7 +6073,7 @@ load_persid(UnpicklerObject *self)
6073
else {
6074
PickleState *st = _Pickle_GetGlobalState();
6075
PyErr_SetString(st->UnpicklingError,
6076
- "A load persistent id instruction was encountered,\n"
+ "A load persistent id instruction was encountered, "
6077
"but no persistent_load function was specified.");
6078
return -1;
6079
}
@@ -6100,7 +6100,7 @@ load_binpersid(UnpicklerObject *self)
6100
6101
6102
6103
6104
6105
6106
0 commit comments