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 421a475 commit 3a64b72Copy full SHA for 3a64b72
Doc/c-api/concrete.rst
@@ -8,7 +8,7 @@ Concrete Objects Layer
8
**********************
9
10
The functions in this chapter are specific to certain Python object types.
11
-Passing them an object of the wrong type is not a good idea; if you receive an
+Passing an object of the wrong type is not a good idea; if you receive an
12
object from a Python program and you are not sure that it has the right type,
13
you must perform a type check first; for example, to check that an object is a
14
dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the
0 commit comments