Fix typo in contextvars docs (#98823)

This commit is contained in:
cburroughs 2022-10-28 17:13:48 -04:00 committed by GitHub
parent 7ee3aca00a
commit 72fa57a8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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