Browse Source

UrlLib

pull/3/head
Jure Šorn 5 years ago
parent
commit
876a8d6a1f
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1317,7 +1317,7 @@ from time import sleep
for i in Bar.range(100):
sleep(0.02)
# Foreach:
for el in Bar.foreach(['a', 'b', 'c']):
for el in Bar.foreach([1, 2, 3]):
sleep(0.02)
```

Loading…
Cancel
Save