From 3a64b728e404a0906cb774a6560fbded06e5a7a7 Mon Sep 17 00:00:00 2001 From: F18-Maverick Date: Sun, 26 Oct 2025 14:13:08 +0800 Subject: [PATCH] fix a grammatical error in ./Doc/c-api/concrete.rst, delete them --- Doc/c-api/concrete.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst index 880f7b15ce68e8..dc88e4686cdee0 100644 --- a/Doc/c-api/concrete.rst +++ b/Doc/c-api/concrete.rst @@ -8,7 +8,7 @@ Concrete Objects Layer ********************** The functions in this chapter are specific to certain Python object types. -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 object from a Python program and you are not sure that it has the right type, you must perform a type check first; for example, to check that an object is a dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the