Skip to content

Commit e435597

Browse files
committed
Enumerate
1 parent 33683bd commit e435597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ to_exclusive = <range>.stop
134134
Enumerate
135135
---------
136136
```python
137-
for i, element in enumerate(<collection> [, i_start]):
137+
for i, el in enumerate(<collection> [, i_start]):
138138
...
139139
```
140140

0 commit comments

Comments
 (0)