Skip to content

Commit 5258361

Browse files
fix typo
1 parent 37f711b commit 5258361

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Modules/_threadmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,12 +883,12 @@ Release the lock.
883883
884884
Allows another thread that is blocked waiting for
885885
the lock to acquire the lock. The lock must be in the locked state,
886-
but it needn't be locked by the same thread that unlocks it.");
886+
but it needn't be locked by the same thread that unlocks it.
887887
[clinic start generated code]*/
888888

889889
static PyObject *
890890
_thread_lock_release_impl(lockobject *self)
891-
/*[clinic end generated code: output=a4ab0d75d6e9fb73 input=ed3d336b9d9123f5]*/
891+
/*[clinic end generated code: output=a4ab0d75d6e9fb73 input=dfe48f962dfe99b4]*/
892892
{
893893
/* Sanity check: the lock must be locked */
894894
if (_PyMutex_TryUnlock(&self->lock) < 0) {

Modules/clinic/_threadmodule.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)