We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcbd23 commit 3602d47Copy full SHA for 3602d47
src/uproot/behaviors/TBranch.py
@@ -2490,7 +2490,7 @@ def streamer(self):
2490
"fClonesName", none_if_missing=True
2491
) == self.member(
2492
"fParentName"
2493
- ): # Use `self.member("fParentName")` since `fClassName` could contain spaces between brackets.
+ ): # Use `self.member("fParentName")` since `fClonesName` could contain spaces between brackets.
2494
self._streamer_isTClonesArray = True
2495
2496
elif fClassName is not None and fClassName != "":
0 commit comments