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 239909d commit f32ef5fCopy full SHA for f32ef5f
docs/writing/style.rst
@@ -273,8 +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. For example, since you know that ``enumerate()``
277
-will provide a tuple of two elements for each item in list:
+elements with unpacking. For example, since ``enumerate()`` will provide
+a tuple of two elements for each item in list:
278
279
.. code-block:: python
280
0 commit comments