]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in contextvars docs (GH-98823)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Oct 2022 21:19:43 +0000 (14:19 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2022 21:19:43 +0000 (14:19 -0700)
(cherry picked from commit 72fa57a8fe2e9df637170dc97f994ac70931e8e9)

Co-authored-by: cburroughs <chris.burroughs@gmail.com>
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