Browse Source

Enumerate

pull/10/head
Jure Šorn 6 years ago
parent
commit
e435597d80
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -134,7 +134,7 @@ to_exclusive = <range>.stop
Enumerate
---------
```python
for i, element in enumerate(<collection> [, i_start]):
for i, el in enumerate(<collection> [, i_start]):
...
```

Loading…
Cancel
Save