Skip to content

Commit 5f777f4

Browse files
smsaladijorisvandenbossche
authored andcommitted
DOC: fixed typo (pandas-dev#14892)
1 parent 3ba2cff commit 5f777f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4004,7 +4004,7 @@ and data values from the values and assembles them into a ``data.frame``:
40044004
name_paths = paste(listing$group[name_nodes], listing$name[name_nodes], sep = "/")
40054005
columns = list()
40064006
for (idx in seq(data_paths)) {
4007-
# NOTE: matrices returned by h5read have to be transposed to to obtain
4007+
# NOTE: matrices returned by h5read have to be transposed to obtain
40084008
# required Fortran order!
40094009
data <- data.frame(t(h5read(h5File, data_paths[idx])))
40104010
names <- t(h5read(h5File, name_paths[idx]))

0 commit comments

Comments
 (0)