Skip to content

Commit

Permalink
Update Doc/library/threading.rst
Browse files Browse the repository at this point in the history
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
samatjain and CAM-Gerlach authored Apr 26, 2023
1 parent 77c1551 commit 90b3559
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Doc/library/threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,9 @@ call release as many times the lock has been acquired can lead to deadlock.

.. seealso::

:ref:`Using RLock as a context manager <with-locks>` is recommended
over manual :meth:`!acquire` and :meth:`release` calls whenever practical.
:ref:`Using RLock as a context manager <with-locks>`
Recommended over manual :meth:`!acquire` and :meth:`release` calls
whenever practical.


When invoked with the *blocking* argument set to ``True`` (the default):
Expand Down

0 comments on commit 90b3559

Please sign in to comment.