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 7ee3aca commit 72fa57aCopy full SHA for 72fa57a
Doc/library/contextvars.rst
@@ -110,7 +110,7 @@ Context Variables
110
111
A read-only property. Set to the value the variable had before
112
the :meth:`ContextVar.set` method call that created the token.
113
- It points to :attr:`Token.MISSING` is the variable was not set
+ It points to :attr:`Token.MISSING` if the variable was not set
114
before the call.
115
116
.. attribute:: Token.MISSING
0 commit comments