Skip to content

Commit 7c7aaa3

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent f21fd01 commit 7c7aaa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/arg.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ also use the corresponding special methods :meth:`~object.__index__`,
235235
:meth:`~object.__float__` or :meth:`~object.__complex__` to convert
236236
the Python object to the required type.
237237

238-
For signed integer format, :exc:`OverflowError` is raised if the value
238+
For signed integer formats, :exc:`OverflowError` is raised if the value
239239
is out of range for the C type.
240-
For unsigned integer format, no proper range checking is done --- the
240+
For unsigned integer formats, no proper range checking is done --- the
241241
most significant bits are silently truncated when the receiving field is too
242242
small to receive the value.
243243

0 commit comments

Comments
 (0)