[Python-checkins] peps: Grammar fix.

brett.cannon python-checkins at python.org
Mon Jul 30 20:38:03 CEST 2012


http://hg.python.org/peps/rev/2cf5fd8a64ee
changeset:   4496:2cf5fd8a64ee
user:        Brett Cannon <brett at python.org>
date:        Mon Jul 30 14:37:57 2012 -0400
summary:
  Grammar fix.

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


diff --git a/pep-0424.txt b/pep-0424.txt
--- a/pep-0424.txt
+++ b/pep-0424.txt
@@ -34,7 +34,7 @@
 estimate. It may not return a negative value (else a ValueError is raised).
 
 In addition, a new function ``operator.length_hint`` hint is added,
-with the follow semantics (which define how ``__length_hint__`` should
+with the following semantics (which define how ``__length_hint__`` should
 be used)::
 
     def length_hint(obj, default=0):

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


More information about the Python-checkins mailing list