Skip to content

Commit 94779db

Browse files
committed
Fix typo
1 parent a810d51 commit 94779db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/faq.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ What is aiocontextvars and what does it do?
4646

4747
It is a partial backport of the new built-in module `contextvars
4848
<https://docs.python.org/3.7/library/contextvars.html>`_ introduced in Python
49-
3.7. In Python 3.5 and 3.6, ``aiocontextvars`` patches ``loop.create_task()` to
50-
copy context from caller as a workaround to simulate the same behavior. This is
51-
also under discussion in upstream backport project, please read more here:
49+
3.7. In Python 3.5 and 3.6, ``aiocontextvars`` patches ``loop.create_task()``
50+
to copy context from caller as a workaround to simulate the same behavior. This
51+
is also under discussion in upstream backport project, please read more here:
5252
https://github.com/MagicStack/contextvars/issues/2
5353

5454
If you are using Python 3.7, then ``aiocontextvars`` does nothing at all.

0 commit comments

Comments
 (0)