Skip to content

Commit 3684c03

Browse files
committed
Fix typo
1 parent 21cc735 commit 3684c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/signal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Besides, only the main thread of the main interpreter is allowed to set a new si
7171
.. warning::
7272

7373
Synchronization primitives such as :class:`threading.Lock` must not be shared
74-
between between signal handlers and other threads.
74+
between signal handlers and other threads.
7575
Because blocking synchronization calls can be interrupted by signals,
7676
such sharing can lead to surprising dead locks.
7777

0 commit comments

Comments
 (0)