We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe01fd commit 4a75a78Copy full SHA for 4a75a78
Doc/library/contextvars.rst
@@ -275,16 +275,16 @@ Manual Context Management
275
276
.. method:: keys()
277
278
- Return a list of all variables in the context object.
+ Return an iterator of all variables in the context object.
279
280
.. method:: values()
281
282
- Return a list of all variables' values in the context object.
+ Return an iterator of all variables' values in the context object.
283
284
285
.. method:: items()
286
287
- Return a list of 2-tuples containing all variables and their
+ Return an iterator of 2-tuples containing all variables and their
288
values in the context object.
289
290
0 commit comments