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

Commit 7400edf

Browse files
committed
[ci skip] fix comment typo
1 parent d6cab76 commit 7400edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root_numpy/src/tree.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ cdef object tree2array(TTree* tree, branches,
261261
branch_dict = dict()
262262
for idx, branch_spec in enumerate(branches):
263263
if isinstance(branch_spec, tuple):
264-
# branch_spec should be (branch_name, default_value) or
265-
# (branch_name, cropped_length, fill_value)
264+
# branch_spec should be (branch_name, fill_value) or
265+
# (branch_name, fill_value, length)
266266
if len(branch_spec) == 2:
267267
# max_length is implicitly equal to one
268268
branch_dict[branch_spec[0]] = (idx, 1)

0 commit comments

Comments
 (0)