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

Commit 1534aad

Browse files
committed
Fix mistake in README.md
1 parent b71a9a8 commit 1534aad

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
@@ -33,7 +33,7 @@ df = read_root('myfile.root', 'mykey')
3333

3434
You can also directly read multiple ROOT files at once by passing a list of file names:
3535
```python
36-
df = read_root(['file1.root', 'file2.root', 'mykey'])
36+
df = read_root(['file1.root', 'file2.root'], 'mykey')
3737
```
3838
In this case, each file must have the same set of columns under the given key.
3939

0 commit comments

Comments
 (0)