Skip to content

Commit

Permalink
Merge pull request #147 from mirandadam/patch-1
Browse files Browse the repository at this point in the history
Reworded optional argument explanation
  • Loading branch information
yasoob committed Mar 30, 2017
2 parents 0bf4816 + 10bac56 commit 9bbb467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enumerate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ something and have an automatic counter. Here is an example:
for counter, value in enumerate(some_list):
print(counter, value)
This is not it. ``enumerate`` also accepts some optional arguments which
make it even more useful.
And there is more! ``enumerate`` also accepts an optional argument which
makes it even more useful.

.. code:: python
Expand Down

0 comments on commit 9bbb467

Please sign in to comment.