Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-06-04 05:26:40 +00:00
commit 19409197e2
6 changed files with 6 additions and 6 deletions

View file

@ -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: