Skip to content

Commit 672b860

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent e03c919 commit 672b860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/unicode.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ conversion function:
798798
(or :c:expr:`PyBytesObject*`).
799799
On success, set the variable to a new :term:`strong reference` to
800800
a :ref:`bytes object <bytesobjects>` which must be released
801-
when it is no longer used and return non-zero value
801+
when it is no longer used and return a non-zero value
802802
(:c:macro:`Py_CLEANUP_SUPPORTED`).
803803
Embedded null bytes are not allowed in the result.
804804
On failure, return ``0`` with an exception set.
@@ -825,7 +825,7 @@ conversion function:
825825
(or :c:expr:`PyUnicodeObject*`).
826826
On success, set the variable to a new :term:`strong reference` to
827827
a :ref:`Unicode object <unicodeobjects>` which must be released
828-
when it is no longer used and return non-zero value
828+
when it is no longer used and return a non-zero value
829829
(:c:macro:`Py_CLEANUP_SUPPORTED`).
830830
Embedded null characters are not allowed in the result.
831831
On failure, return ``0`` with an exception set.

0 commit comments

Comments
 (0)