Skip to content

Commit 12957d7

Browse files
Fix typo in contextvars docs (GH-98823)
(cherry picked from commit 72fa57a) Co-authored-by: cburroughs <[email protected]>
1 parent 2d4b6e0 commit 12957d7

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)