From b8e16a4d997e0ef382b72955d5d9f0e48d63dc0b Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Thu, 18 Jan 2024 13:52:06 -0600 Subject: [PATCH] fix math in doc --- src/coffea/nanoevents/methods/vector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coffea/nanoevents/methods/vector.py b/src/coffea/nanoevents/methods/vector.py index ff75ca7269..b91780ce47 100644 --- a/src/coffea/nanoevents/methods/vector.py +++ b/src/coffea/nanoevents/methods/vector.py @@ -645,7 +645,7 @@ def pvec(self): def boostvec(self): """The `x`, `y` and `z` components divided by `t` as a `ThreeVector` - This can be used for boosting. For cases where `|t| <= rho`, this + This can be used for boosting. For cases where `|t| <= r`, this returns the unit vector. """ return self.to_beta3()