[Python-checkins] peps: Fix typo (an mix -> a mix).

guido.van.rossum python-checkins at python.org
Fri Apr 12 00:43:02 CEST 2013


http://hg.python.org/peps/rev/3fd1d5385ca8
changeset:   4848:3fd1d5385ca8
user:        Guido van Rossum <guido at python.org>
date:        Thu Apr 11 15:42:57 2013 -0700
summary:
  Fix typo (an mix -> a mix).

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


diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -919,7 +919,7 @@
     could be either *bytes* or *str* rather than a 2-tuple containing
     a *str* value followed by a *bytes* value.
 
-  * The annotation ``seek(whence:int)`` exhibited an mix of
+  * The annotation ``seek(whence:int)`` exhibited a mix of
     over-specification and under-specification: *int* is too
     restrictive (anything with ``__index__`` would be allowed) and it
     is not restrictive enough (only the values 0, 1, and 2 are

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


More information about the Python-checkins mailing list