summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/_ctypes.c
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-30 04:04:50 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-30 04:04:50 +0000
commit3397d7292b66cf5bd87167aad7bbce170c1e5a28 (patch)
treeb14dfaa4884986d7d5b673717bb7f366ea6f5d92 /Modules/_ctypes/_ctypes.c
parent2d5c35630b8f136a6788744b2a59585ae2088de9 (diff)
downloadcpython-3397d7292b66cf5bd87167aad7bbce170c1e5a28.tar.gz
Issue #27125: Remove duplicated words from documentation and comments
Diffstat (limited to 'Modules/_ctypes/_ctypes.c')
-rw-r--r--Modules/_ctypes/_ctypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ctypes/_ctypes.c b/Modules/_ctypes/_ctypes.c
index 9426128810..2e01323b43 100644
--- a/Modules/_ctypes/_ctypes.c
+++ b/Modules/_ctypes/_ctypes.c
@@ -49,7 +49,7 @@ from_address(addr)
from_param(obj)
- typecheck and convert a Python object into a C function call parameter
- the result may be an instance of the type, or an integer or tuple
+ The result may be an instance of the type, or an integer or tuple
(typecode, value[, obj])
instance methods/properties