else {
PickleState *st = _Pickle_GetGlobalState();
PyErr_SetString(st->UnpicklingError,
- "A load persistent id instruction was encountered,\n"
+ "A load persistent id instruction was encountered, "
"but no persistent_load function was specified.");
return -1;
}
else {
PickleState *st = _Pickle_GetGlobalState();
PyErr_SetString(st->UnpicklingError,
- "A load persistent id instruction was encountered,\n"
+ "A load persistent id instruction was encountered, "
"but no persistent_load function was specified.");
return -1;
}