[Python-checkins] peps: Typo

antoine.pitrou python-checkins at python.org
Thu Aug 11 20:46:37 CEST 2011


http://hg.python.org/peps/rev/120578926442
changeset:   3922:120578926442
parent:      3920:074a90b5bcbf
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Aug 11 20:34:07 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
@@ -56,7 +56,7 @@
 Many common built-in types (such as str, bytes, dict, list, tuple) have
 dedicated opcodes to improve resource consumption when serializing and
 deserializing them; however, sets and frozensets don't.  Adding such opcodes
-would be an obvious improvements.  Also, dedicated set support could help
+would be an obvious improvement.  Also, dedicated set support could help
 remove the current impossibility of pickling self-referential sets
 [2]_.
 

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


More information about the Python-checkins mailing list