commit | c72e66a0489ee53aaf89c677c5b709d30b359532 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 02 15:06:09 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 02 15:06:09 2015 +0200 |
tree | daa871e7fdabf80f5da22dd1a5d3dc33b5efce52 | |
parent | a5ad9da50422a5ce2f80e05b816e74c0e004e247 [diff] [blame] |
Issue #25523: Backported a-to-an corrections.
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 @@ 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(