typo
This commit is contained in:
parent
772d123b23
commit
339563b31d
|
@ -15,7 +15,7 @@ Resolution: TBD
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
Data serialized using the pickle module must be portable accross Python
|
Data serialized using the pickle module must be portable across Python
|
||||||
versions. It should also support the latest language features as well as
|
versions. It should also support the latest language features as well as
|
||||||
implementation-specific features. For this reason, the pickle module knows
|
implementation-specific features. For this reason, the pickle module knows
|
||||||
about several protocols (currently numbered from 0 to 3), each of which
|
about several protocols (currently numbered from 0 to 3), each of which
|
||||||
|
|
Loading…
Reference in New Issue