From: cburroughs Date: Fri, 28 Oct 2022 21:13:48 +0000 (-0400) Subject: Fix typo in contextvars docs (#98823) X-Git-Tag: v3.12.0a2~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72fa57a8fe2e9df637170dc97f994ac70931e8e9;p=thirdparty%2FPython%2Fcpython.git Fix typo in contextvars docs (#98823) --- diff --git a/Doc/library/contextvars.rst b/Doc/library/contextvars.rst index be1dd0c9eb57..08a7c7d74eab 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