diff --git a/src/fastjet/__init__.py b/src/fastjet/__init__.py index d12c161..a3726bf 100644 --- a/src/fastjet/__init__.py +++ b/src/fastjet/__init__.py @@ -347,7 +347,7 @@ def exclusive_jets_constituents_index(self, njets: int = 10) -> ak.Array: raise AssertionError() - def constituents(self, min_p: float = 0) -> ak.Array: + def constituents(self, min_pt: float = 0) -> ak.Array: """Returns the particles that make up each Jet. Args: