Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit dfa32a4

Browse files
authored
Update README.md to use consistent quotes
1 parent 2414ed5 commit dfa32a4

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
@@ -102,7 +102,7 @@ for df in pbar(read_root('bigfile.root', chunksize=100000)):
102102

103103
# or
104104
from tqdm import tqdm
105-
for df in tqdm(read_root('bigfile.root', chunksize=100000), unit="chunks"):
105+
for df in tqdm(read_root('bigfile.root', chunksize=100000), unit='chunks'):
106106
# process df here
107107
```
108108

0 commit comments

Comments
 (0)