diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-02 14:39:05 +0200 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-02 14:39:05 +0200 |
| commit | a84f6c3dd3ef02bdbbc67b4cd1223749f3c39030 (patch) | |
| tree | e8ac219e151be6bdf4ea4e3fbc229f247e0b7b4b /Include | |
| parent | d2ad5718ad955a13cf570bacad1d7800d995da33 (diff) | |
| parent | d65c9496da3485ac077fa8fd374b061afdd3605e (diff) | |
| download | cpython-git-a84f6c3dd3ef02bdbbc67b4cd1223749f3c39030.tar.gz | |
Issue #25523: Merge a-to-an corrections from 3.4.
Diffstat (limited to 'Include')
| -rw-r--r-- | Include/unicodeobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 4ba632803c..09c9b21800 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -965,7 +965,7 @@ _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer, Py_ssize_t end ); -/* Append a ASCII-encoded byte string. +/* Append an ASCII-encoded byte string. Return 0 on success, raise an exception and return -1 on error. */ PyAPI_FUNC(int) _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer, @@ -2041,7 +2041,7 @@ PyAPI_FUNC(PyObject *) PyUnicode_RichCompare( int op /* Operation: Py_EQ, Py_NE, Py_GT, etc. */ ); -/* Apply a argument tuple or dictionary to a format string and return +/* Apply an argument tuple or dictionary to a format string and return the resulting Unicode string. */ PyAPI_FUNC(PyObject *) PyUnicode_Format( |
