We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21fd01 commit 7c7aaa3Copy full SHA for 7c7aaa3
Doc/c-api/arg.rst
@@ -235,9 +235,9 @@ also use the corresponding special methods :meth:`~object.__index__`,
235
:meth:`~object.__float__` or :meth:`~object.__complex__` to convert
236
the Python object to the required type.
237
238
-For signed integer format, :exc:`OverflowError` is raised if the value
+For signed integer formats, :exc:`OverflowError` is raised if the value
239
is out of range for the C type.
240
-For unsigned integer format, no proper range checking is done --- the
+For unsigned integer formats, no proper range checking is done --- the
241
most significant bits are silently truncated when the receiving field is too
242
small to receive the value.
243
0 commit comments