We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7e5b1 commit 0811f2dCopy full SHA for 0811f2d
Doc/glossary.rst
@@ -225,7 +225,7 @@ Glossary
225
statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
226
See :pep:`343`.
227
228
- context variable
+ context variable
229
A variable which can have different values depending on its context.
230
This is similar to Thread-Local Storage in which each execution
231
thread may have a different value for a variable. However, with context
0 commit comments