]> granicus.if.org Git - python/commit
Fix typo in thread_nt.h code comment (GH-5211)
authorhui shang <shangdahao@gmail.com>
Wed, 17 Jan 2018 23:21:01 +0000 (07:21 +0800)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 17 Jan 2018 23:21:01 +0000 (15:21 -0800)
commit6027802ca7fae118bce6afead51d01a174600d40
tree5161fdc167feff7f6e898753efec317256cea14c
parent3941499d6c2a4d09f2ea476f84b9c4ddc4bdefa0
Fix typo in thread_nt.h code comment (GH-5211)

The comment for PyThread_allocate_lock says "It has too be implemented ...".
There was an extra "o" in ".. to be implemented.."
Python/thread_nt.h