File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments