From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 28 Oct 2022 21:19:43 +0000 (-0700) Subject: Fix typo in contextvars docs (GH-98823) X-Git-Tag: v3.10.9~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85f88f63d96b07208c98a725391af7cb710fe06b;p=thirdparty%2FPython%2Fcpython.git Fix typo in contextvars docs (GH-98823) (cherry picked from commit 72fa57a8fe2e9df637170dc97f994ac70931e8e9) Co-authored-by: cburroughs --- 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