From a98ce1cd896e1e5c49d66dc050f576076071d6f3 Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Fri, 28 Oct 2022 15:31:16 -0400 Subject: [PATCH] s/is/if/ typo in contextvars docs --- Doc/library/contextvars.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/contextvars.rst b/Doc/library/contextvars.rst index be1dd0c9eb57e8a..08a7c7d74eab97a 100644 --- a/Doc/library/contextvars.rst +++ b/Doc/library/contextvars.rst @@ -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