]> granicus.if.org Git - python/commit
Fix typo in thread_nt.h code comment (GH-5211) (GH-5226)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Jan 2018 00:40:33 +0000 (16:40 -0800)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 18 Jan 2018 00:40:33 +0000 (16:40 -0800)
commitf31c70b0d65510d6d3235816eb95ef43ba6764bf
tree0a0229dfb73a2a77ff1ad2da83e538b1e94e36a0
parent8d1e41d4148a69b0709fc7fb6bb733451ae1b28d
Fix typo in thread_nt.h code comment (GH-5211) (GH-5226)

The comment for PyThread_allocate_lock says "It has too be implemented ...".
There was an extra "o" in ".. to be implemented.."
(cherry picked from commit 6027802ca7fae118bce6afead51d01a174600d40)
Python/thread_nt.h