[Python-checkins] peps: typo

sandro.tosi python-checkins at python.org
Fri Aug 12 19:38:53 CEST 2011


http://hg.python.org/peps/rev/71dca2ca33ea
changeset:   3926:71dca2ca33ea
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Fri Aug 12 19:38:10 2011 +0200
summary:
  typo

files:
  pep-3154.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-3154.txt b/pep-3154.txt
--- a/pep-3154.txt
+++ b/pep-3154.txt
@@ -15,7 +15,7 @@
 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list