Skip to content

Commit 3a64b72

Browse files
committed
fix a grammatical error in ./Doc/c-api/concrete.rst, delete them
1 parent 421a475 commit 3a64b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/concrete.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Concrete Objects Layer
88
**********************
99

1010
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
11+
Passing an object of the wrong type is not a good idea; if you receive an
1212
object from a Python program and you are not sure that it has the right type,
1313
you must perform a type check first; for example, to check that an object is a
1414
dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the

0 commit comments

Comments
 (0)