Loop docs: Present perfect instead of simple past

This commit is contained in:
Josef Brandl 2017-02-26 15:33:45 +01:00 committed by GitHub
parent 808dbcc9eb
commit 912ce53604

View File

@ -100,7 +100,8 @@ developers.
### Enumerate
When you need to keep track of how many times you already looped, you can use the `.enumerate()` function.
When you need to keep track of how many times you have already looped, you can
use the `.enumerate()` function.
#### On ranges: