File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6073,7 +6073,7 @@ load_persid(UnpicklerObject *self)
6073
6073
else {
6074
6074
PickleState * st = _Pickle_GetGlobalState ();
6075
6075
PyErr_SetString (st -> UnpicklingError ,
6076
- "A load persistent id instruction was encountered,\n "
6076
+ "A load persistent id instruction was encountered, "
6077
6077
"but no persistent_load function was specified." );
6078
6078
return -1 ;
6079
6079
}
@@ -6100,7 +6100,7 @@ load_binpersid(UnpicklerObject *self)
6100
6100
else {
6101
6101
PickleState * st = _Pickle_GetGlobalState ();
6102
6102
PyErr_SetString (st -> UnpicklingError ,
6103
- "A load persistent id instruction was encountered,\n "
6103
+ "A load persistent id instruction was encountered, "
6104
6104
"but no persistent_load function was specified." );
6105
6105
return -1 ;
6106
6106
}
You can’t perform that action at this time.
0 commit comments