From 72fa57a8fe2e9df637170dc97f994ac70931e8e9 Mon Sep 17 00:00:00 2001 From: cburroughs Date: Fri, 28 Oct 2022 17:13:48 -0400 Subject: [PATCH] Fix typo in contextvars docs (#98823) --- 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 be1dd0c9eb5..08a7c7d74ea 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