Skip to content

Commit ae10290

Browse files
authored
Make wording nicer
1 parent c29b7ec commit ae10290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/contextvars.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Context Variables
103103
the value of the variable to what it was before the corresponding
104104
*set*. A single token cannot reset a context variable more than once.
105105

106-
The token supports :ref:`context manager protocol <context-managers>`
106+
Tokens support :ref:`context manager protocol <context-managers>`
107107
to restore the corresponding context variable value at the exit from
108108
:keyword:`with` block::
109109

0 commit comments

Comments
 (0)