summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-02 03:37:02 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-11-02 03:37:02 (GMT)
commitb362f75f6e5d8fe21d0cda740f9dcdf1976091f7 (patch)
tree1b7f020b0403e2378879af5c7e3cdeba27990dc2 /Python/thread.c
parent8c6849bfe6ccc0e508e23df385b4ca61c7e00236 (diff)
downloadcpython-b362f75f6e5d8fe21d0cda740f9dcdf1976091f7.zip
cpython-b362f75f6e5d8fe21d0cda740f9dcdf1976091f7.tar.gz
cpython-b362f75f6e5d8fe21d0cda740f9dcdf1976091f7.tar.bz2
Issue #25523: Correct "a" article to "an" article
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index c54670d..3b69f96 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -50,7 +50,7 @@
threads.
This is valid for HP-UX 11.23 running on an ia64 system. If needed, add
- a check of __ia64 to verify that we're running on a ia64 system instead
+ a check of __ia64 to verify that we're running on an ia64 system instead
of a pa-risc system.
*/
#ifdef __hpux