Minor grammatical fix.

This commit is contained in:
Brett Cannon 2007-09-26 22:54:58 +00:00
parent a8802fc6b5
commit 1eaf0ea59d
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ is just a special case of conversion to str. There is however no
promise that printing a bytes object interprets the individual bytes
as characters (unlike in Python 2.x).
The str type current supports the PEP 3118 buffer API. While this is
The str type currently supports the PEP 3118 buffer API. While this is
perhaps occasionally convenient, it is also potentially confusing,
because the bytes accessed via the buffer API represent a
platform-depending encoding: depending on the platform byte order and