diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-04-15 02:14:19 (GMT) |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-15 02:14:19 (GMT) |
| commit | 6245cb3c015a5b9febef4d6ef30d3acfc762a79d (patch) | |
| tree | 3e0a3907968edb89a7d24a051dab35c9a43f5dee /Objects/unicodeobject.c | |
| parent | 7d82d0366bb6c1b175cf54cf87778bba2451b0f4 (diff) | |
| download | cpython-6245cb3c015a5b9febef4d6ef30d3acfc762a79d.zip cpython-6245cb3c015a5b9febef4d6ef30d3acfc762a79d.tar.gz cpython-6245cb3c015a5b9febef4d6ef30d3acfc762a79d.tar.bz2 | |
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation, code comments, and a debugging messages.
Diffstat (limited to 'Objects/unicodeobject.c')
| -rw-r--r-- | Objects/unicodeobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 230125b..b146da9 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -675,7 +675,7 @@ Py_LOCAL_INLINE(Py_ssize_t) findchar(const void *s, int kind, } #ifdef Py_DEBUG -/* Fill the data of an Unicode string with invalid characters to detect bugs +/* Fill the data of a Unicode string with invalid characters to detect bugs earlier. _PyUnicode_CheckConsistency(str, 1) detects invalid characters, at least for |
