pep 567: Fix markup (#501)

This commit is contained in:
Yury Selivanov 2017-12-12 15:29:19 -05:00 committed by Brett Cannon
parent d793b139f7
commit b0528e63c6
1 changed files with 1 additions and 1 deletions

View File

@ -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()