From e022bbc169ca1428dc3017187012de17ce6e0bc7 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 27 Apr 2018 23:35:13 +0100 Subject: Change "non-local state" to "content-local state". (GH-6617) The wording here seems wrong, as per https://bugs.python.org/msg315792 --- Doc/library/contextvars.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/contextvars.rst b/Doc/library/contextvars.rst index abd0d5f..9c7ea2b 100644 --- a/Doc/library/contextvars.rst +++ b/Doc/library/contextvars.rst @@ -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 -- cgit v0.12