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 6b53b2f commit 239909dCopy full SHA for 239909d
docs/writing/style.rst
@@ -273,7 +273,8 @@ Unpacking
273
~~~~~~~~~
274
275
If you know the length of a list or tuple, you can assign names to its
276
-elements with unpacking:
+elements with unpacking. For example, since you know that ``enumerate()``
277
+will provide a tuple of two elements for each item in list:
278
279
.. code-block:: python
280
0 commit comments