mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Issue #25523: Merge a-to-an corrections from 3.5.
This commit is contained in:
commit
4a7c03aab4
36 changed files with 43 additions and 43 deletions
|
@ -982,7 +982,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,
|
||||
|
@ -2058,7 +2058,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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue