Skip to content

Commit f32ef5f

Browse files
Alois MahdalAlois Mahdal
authored andcommitted
Reworded per rgbkrk's suggestion
1 parent 239909d commit f32ef5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing/style.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ Unpacking
273273
~~~~~~~~~
274274

275275
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:
276+
elements with unpacking. For example, since ``enumerate()`` will provide
277+
a tuple of two elements for each item in list:
278278

279279
.. code-block:: python
280280

0 commit comments

Comments
 (0)