commit | 3ee6270262627b157bb69169c0fe78855716efdb | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sat Jun 04 04:57:19 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sat Jun 04 04:57:19 2016 +0000 |
tree | 169cc7fbc8cea6edce9a14e1de2ffb72200d0c1e | |
parent | 6047b5537226efdcd2e3b460957fb44388ec2e99 [diff] |
Fix typos in code comment and documentation
diff --git a/Lib/asyncio/locks.py b/Lib/asyncio/locks.py index 1804d7b..842d621 100644 --- a/Lib/asyncio/locks.py +++ b/Lib/asyncio/locks.py
@@ -111,7 +111,7 @@ 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: