Skip to content

Commit 5575954

Browse files
committed
Tutorial: Impove section on Lock primitive.
1 parent d533d81 commit 5575954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v3/docs/TUTORIAL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ lock = Lock()
630630
Synchronous methods:
631631
* `locked` No args. Returns `True` if locked.
632632
* `release` No args. Releases the lock. See note below.
633+
633634
Asynchronous method:
634635
* `acquire` No args. Pauses until the lock has been acquired. Use by executing
635636
`await lock.acquire()`.

0 commit comments

Comments
 (0)