diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-17 08:32:47 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-17 08:32:47 +0300 |
commit | 9f70a4849d1a62db5ec8e2ba5b06784d69480fe3 (patch) | |
tree | fc02c229f9b75e01c3e1c932ea723b5488c8d810 /Python | |
parent | f42605c06134891436b5b6b49940c8b732414167 (diff) | |
download | cpython-9f70a4849d1a62db5ec8e2ba5b06784d69480fe3.tar.gz |
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/thread_nt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread_nt.h b/Python/thread_nt.h index 84452cdac4..b29b1b6e3f 100644 --- a/Python/thread_nt.h +++ b/Python/thread_nt.h @@ -231,7 +231,7 @@ PyThread_start_new_thread(void (*func)(void *), void *arg) } /* - * Return the thread Id instead of an handle. The Id is said to uniquely identify the + * Return the thread Id instead of a handle. The Id is said to uniquely identify the * thread in the system */ long |