diff --git a/pep-0567.rst b/pep-0567.rst index e9e635dee..cbf368f14 100644 --- a/pep-0567.rst +++ b/pep-0567.rst @@ -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()