Skip to content

Commit 8beb649

Browse files
committed
double backticks for rst, and include True
1 parent c372ea4 commit 8beb649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/threading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ def wait(self, timeout=None):
647647
(or fractions thereof).
648648
649649
This method returns the internal flag on exit, so it will always return
650-
True except if a timeout is given and the operation times out, when it
651-
will return `False`.
650+
``True`` except if a timeout is given and the operation times out, when
651+
it will return ``False``.
652652
653653
"""
654654
with self._cond:

0 commit comments

Comments
 (0)