Minor grammatical fix.
This commit is contained in:
parent
a8802fc6b5
commit
1eaf0ea59d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue