Skip to content

Commit 4ada539

Browse files
committed
Fix grammar error
1 parent 2336fea commit 4ada539

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
@@ -77,7 +77,7 @@ Context Variables
7777
to restore the variable to its previous value via the
7878
:meth:`ContextVar.reset` method.
7979

80-
For convenience, the token object can used as a context manager
80+
For convenience, the token object can be used as a context manager
8181
to avoid calling :meth:`ContextVar.reset` manually::
8282

8383
var = ContextVar('var', default='default value')

0 commit comments

Comments
 (0)