Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Doc/c-api/unicode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ APIs:
The string must not have been “used” yet.
See :c:func:`PyUnicode_New` for details.

Return the number of written character, or return ``-1`` and raise an
Return the number of written characters, or return ``-1`` and raise an
exception on error.

.. versionadded:: 3.3
Expand Down Expand Up @@ -1174,7 +1174,7 @@ These are the UTF-8 codec APIs:
.. versionadded:: 3.3

.. versionchanged:: 3.7
The return type is now ``const char *`` rather of ``char *``.
The return type is now ``const char *`` rather than ``char *``.

.. versionchanged:: 3.10
This function is a part of the :ref:`limited API <limited-c-api>`.
Expand All @@ -1196,7 +1196,7 @@ These are the UTF-8 codec APIs:
.. versionadded:: 3.3

.. versionchanged:: 3.7
The return type is now ``const char *`` rather of ``char *``.
The return type is now ``const char *`` rather than ``char *``.


UTF-32 Codecs
Expand Down
Loading