Fix typo (an mix -> a mix).
This commit is contained in:
parent
9ce9ab923a
commit
8c159aab40
|
@ -919,7 +919,7 @@ Programming Recommendations
|
||||||
could be either *bytes* or *str* rather than a 2-tuple containing
|
could be either *bytes* or *str* rather than a 2-tuple containing
|
||||||
a *str* value followed by a *bytes* value.
|
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
|
over-specification and under-specification: *int* is too
|
||||||
restrictive (anything with ``__index__`` would be allowed) and it
|
restrictive (anything with ``__index__`` would be allowed) and it
|
||||||
is not restrictive enough (only the values 0, 1, and 2 are
|
is not restrictive enough (only the values 0, 1, and 2 are
|
||||||
|
|
Loading…
Reference in New Issue