pep-0567: Fix markup (#500)
This commit is contained in:
parent
af7f732146
commit
d793b139f7
|
@ -155,7 +155,7 @@ like ``decimal`` an ``numpy``.
|
||||||
contextvars.Context
|
contextvars.Context
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
``Context`` objects are mappings of ``ContextVar``s to values.
|
``Context`` objects are mappings of ``ContextVar`` to values.
|
||||||
|
|
||||||
To get the current ``Context`` for the current OS thread, use
|
To get the current ``Context`` for the current OS thread, use
|
||||||
``contextvars.get_context()`` method::
|
``contextvars.get_context()`` method::
|
||||||
|
|
Loading…
Reference in New Issue