Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 02:34:21 +01:00 committed by GitHub
parent 597ea00afc
commit 9dfbc94a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ for i in trange(0, 10):
time.sleep(1)
```
```python console
```python
30%|███ | 3/10 [00:03<00:07, 1.12s/it]
```