mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Fix typo in contextvars docs (GH-98823)
(cherry picked from commit 72fa57a8fe
)
Co-authored-by: cburroughs <chris.burroughs@gmail.com>
This commit is contained in:
parent
2d4b6e00f0
commit
12957d7cbd
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Context Variables
|
||||||
|
|
||||||
A read-only property. Set to the value the variable had before
|
A read-only property. Set to the value the variable had before
|
||||||
the :meth:`ContextVar.set` method call that created the token.
|
the :meth:`ContextVar.set` method call that created the token.
|
||||||
It points to :attr:`Token.MISSING` is the variable was not set
|
It points to :attr:`Token.MISSING` if the variable was not set
|
||||||
before the call.
|
before the call.
|
||||||
|
|
||||||
.. attribute:: Token.MISSING
|
.. attribute:: Token.MISSING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue