diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 04:57:19 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 04:57:19 +0000 |
| commit | 3ee6270262627b157bb69169c0fe78855716efdb (patch) | |
| tree | 169cc7fbc8cea6edce9a14e1de2ffb72200d0c1e /Doc/library/asyncio-sync.rst | |
| parent | 6047b5537226efdcd2e3b460957fb44388ec2e99 (diff) | |
| download | cpython-git-3ee6270262627b157bb69169c0fe78855716efdb.tar.gz | |
Fix typos in code comment and documentation
Diffstat (limited to 'Doc/library/asyncio-sync.rst')
| -rw-r--r-- | Doc/library/asyncio-sync.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst index 1d299ec60a..0909352152 100644 --- a/Doc/library/asyncio-sync.rst +++ b/Doc/library/asyncio-sync.rst @@ -52,7 +52,7 @@ Lock :meth:`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. This class is :ref:`not thread safe <asyncio-multithreading>`. |
