From 6a7b3a77b4b2be0badd24ee5f0fdbaa2e0e79c3d Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 17 Apr 2016 08:32:47 +0300 Subject: Issue #26778: Fixed "a/an/and" typos in code comment and documentation. --- Python/thread_nt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python') 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 -- cgit v1.2.1