From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 27 Apr 2018 22:57:59 +0000 (-0700) Subject: Change "non-local state" to "content-local state". (GH-6617) X-Git-Tag: v3.7.0b4~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b94d7396b6b313b3dcd17880427a2e9cd95cf27d;p=python Change "non-local state" to "content-local state". (GH-6617) The wording here seems wrong, as per https://bugs.python.org/msg315792 (cherry picked from commit e022bbc169ca1428dc3017187012de17ce6e0bc7) Co-authored-by: Tom Christie --- diff --git a/Doc/library/contextvars.rst b/Doc/library/contextvars.rst index abd0d5fa0f..9c7ea2bdb7 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