Commit e022bbc1 authored by Tom Christie's avatar Tom Christie Committed by Yury Selivanov

Change "non-local state" to "content-local state". (GH-6617)

The wording here seems wrong, as per https://bugs.python.org/msg315792
parent e2396506
......@@ -8,7 +8,7 @@
--------------
This module provides APIs to manage, store, and access non-local
This module provides APIs to manage, store, and access context-local
state. The :class:`~contextvars.ContextVar` class is used to declare
and work with *Context Variables*. The :func:`~contextvars.copy_context`
function and the :class:`~contextvars.Context` class should be used to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment