]> granicus.if.org Git - python/commitdiff
Change "non-local state" to "content-local state". (GH-6617)
authorTom Christie <tom@tomchristie.com>
Fri, 27 Apr 2018 22:35:13 +0000 (23:35 +0100)
committerYury Selivanov <yury@magic.io>
Fri, 27 Apr 2018 22:35:13 +0000 (18:35 -0400)
The wording here seems wrong, as per https://bugs.python.org/msg315792

Doc/library/contextvars.rst

index abd0d5fa0fdf970931e014137d2313b881d7c241..9c7ea2bdb7b68bfc5ed5ffd17a7d8c4b2d4b26f8 100644 (file)
@@ -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