mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation, code comments, and a debugging messages.
This commit is contained in:
parent
7d82d0366b
commit
6245cb3c01
35 changed files with 52 additions and 52 deletions
|
|
@ -82,7 +82,7 @@ PyAPI_FUNC(PyObject *) _PyBytes_Join(PyObject *sep, PyObject *x);
|
|||
#endif
|
||||
|
||||
/* Provides access to the internal data buffer and size of a string
|
||||
object or the default encoded version of an Unicode object. Passing
|
||||
object or the default encoded version of a Unicode object. Passing
|
||||
NULL as *len parameter will force the string buffer to be
|
||||
0-terminated (passing a string with embedded NULL characters will
|
||||
cause an exception). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue