From 6e3080f301cf99f9de0f1ae0b9345dae70931c36 Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Wed, 22 Nov 2023 21:50:50 +0000 Subject: [PATCH] docstring update #165 --- graphicle/calculate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphicle/calculate.py b/graphicle/calculate.py index abaefb5..a29e82f 100644 --- a/graphicle/calculate.py +++ b/graphicle/calculate.py @@ -975,7 +975,7 @@ def spherocity( return_axis: bool = False, rng_seed: ty.Optional[int] = None, ): - """Computes the spherocity of an event, from the final-state momenta. + """Computes the spherocity of an event, from final-state momenta. :group: calculate