Skip to content

Commit

Permalink
fix math in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Jan 18, 2024
1 parent 7763d1d commit b8e16a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffea/nanoevents/methods/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b8e16a4

Please sign in to comment.