mirror of
https://github.com/python/cpython.git
synced 2025-09-07 17:32:01 +00:00
Fix typos in code comment and documentation
This commit is contained in:
parent
6047b55372
commit
3ee6270262
6 changed files with 6 additions and 6 deletions
|
@ -111,7 +111,7 @@ class Lock(_ContextManagerMixin):
|
|||
acquire() is a coroutine and should be called with 'yield from'.
|
||||
|
||||
Locks also support the context management protocol. '(yield from lock)'
|
||||
should be used as context manager expression.
|
||||
should be used as the context manager expression.
|
||||
|
||||
Usage:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue