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

Commit 38659d1

Browse files
committed
Fix typo in README.md
1 parent 1534aad commit 38659d1

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
@@ -103,6 +103,6 @@ you will append more and more data to it on each run of your program.
103103

104104
When reading a ROOT file, `root_pandas` will automatically add a pandas index
105105
to the DataFrame, which starts at 1 and counts up for each entry.
106-
When writing the a DataFrame to a ROOT file, it stores the DataFrame index in a `__index__` branch.
106+
When writing the DataFrame to a ROOT file, it stores the DataFrame index in a `__index__` branch.
107107
Currently, only single-dimensional indices are supported.
108108

0 commit comments

Comments
 (0)