Skip to content

Commit 69b8504

Browse files
committed
Changed the refernce to contextvars module
1 parent 0895e20 commit 69b8504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Glossary
227227
thread may have a different value for a variable. In case of context
228228
variable, there may be sevaral contexts in one execution thread and it is
229229
used to keep track of variables in concurrent asynchronous tasks.
230-
See :pep:`567`.
230+
See `https://docs.python.org/3/library/contextvars.html`.
231231

232232
contiguous
233233
.. index:: C-contiguous, Fortran contiguous

0 commit comments

Comments
 (0)