diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-02 13:06:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-02 13:06:09 (GMT) |
commit | c72e66a0489ee53aaf89c677c5b709d30b359532 (patch) | |
tree | daa871e7fdabf80f5da22dd1a5d3dc33b5efce52 /Include/unicodeobject.h | |
parent | a5ad9da50422a5ce2f80e05b816e74c0e004e247 (diff) | |
download | cpython-c72e66a0489ee53aaf89c677c5b709d30b359532.zip cpython-c72e66a0489ee53aaf89c677c5b709d30b359532.tar.gz cpython-c72e66a0489ee53aaf89c677c5b709d30b359532.tar.bz2 |
Issue #25523: Backported a-to-an corrections.
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r-- | Include/unicodeobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 9ab724a..1269bf6 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -1307,7 +1307,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( |