This commit is contained in:
Sandro Tosi 2011-08-12 19:38:10 +02:00
parent 772d123b23
commit 339563b31d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Resolution: TBD
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
implementation-specific features. For this reason, the pickle module knows
about several protocols (currently numbered from 0 to 3), each of which