Skip to content

Commit e022bbc

Browse files
tomchristie1st1
authored andcommitted
Change "non-local state" to "content-local state". (GH-6617)
The wording here seems wrong, as per https://bugs.python.org/msg315792
1 parent e239650 commit e022bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/contextvars.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
--------------
1010

11-
This module provides APIs to manage, store, and access non-local
11+
This module provides APIs to manage, store, and access context-local
1212
state. The :class:`~contextvars.ContextVar` class is used to declare
1313
and work with *Context Variables*. The :func:`~contextvars.copy_context`
1414
function and the :class:`~contextvars.Context` class should be used to

0 commit comments

Comments
 (0)