Skip to content

Commit 72fa57a

Browse files
authored
Fix typo in contextvars docs (#98823)
1 parent 7ee3aca commit 72fa57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/contextvars.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Context Variables
110110

111111
A read-only property. Set to the value the variable had before
112112
the :meth:`ContextVar.set` method call that created the token.
113-
It points to :attr:`Token.MISSING` is the variable was not set
113+
It points to :attr:`Token.MISSING` if the variable was not set
114114
before the call.
115115

116116
.. attribute:: Token.MISSING

0 commit comments

Comments
 (0)