We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e239650 commit e022bbcCopy full SHA for e022bbc
Doc/library/contextvars.rst
@@ -8,7 +8,7 @@
8
9
--------------
10
11
-This module provides APIs to manage, store, and access non-local
+This module provides APIs to manage, store, and access context-local
12
state. The :class:`~contextvars.ContextVar` class is used to declare
13
and work with *Context Variables*. The :func:`~contextvars.copy_context`
14
function and the :class:`~contextvars.Context` class should be used to
0 commit comments