Fix typo (an mix -> a mix).

This commit is contained in:
Guido van Rossum 2013-04-11 15:42:57 -07:00
parent 9ce9ab923a
commit 8c159aab40
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ Programming Recommendations
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