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:
Miss Islington (bot) 2022-10-28 14:19:43 -07:00 committed by GitHub
parent 4320115613
commit 85f88f63d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ Context Variables
A read-only property. Set to the value the variable had before
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.
.. attribute:: Token.MISSING