]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in contextvars docs (#98823)
authorcburroughs <chris.burroughs@gmail.com>
Fri, 28 Oct 2022 21:13:48 +0000 (17:13 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2022 21:13:48 +0000 (22:13 +0100)
Doc/library/contextvars.rst

index be1dd0c9eb57e8a8a4a9f4a60e8aebdf42d7baf9..08a7c7d74eab97a5957f69260982e130a7a34a5d 100644 (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