pep 567: Fix markup (#501)
This commit is contained in:
parent
d793b139f7
commit
b0528e63c6
|
@ -282,7 +282,7 @@ points to a ``_ContextData`` object::
|
|||
PyThreadState:
|
||||
context : _ContextData
|
||||
|
||||
``contextvars.get_context()`` is implemented as follows:
|
||||
``contextvars.get_context()`` is implemented as follows::
|
||||
|
||||
def get_context():
|
||||
ts : PyThreadState = PyThreadState_Get()
|
||||
|
|
Loading…
Reference in New Issue