From 712b22e1bbcd7c9c78a05ceec0a4a2a351cba67e Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Mon, 2 Sep 2024 14:20:51 +0300 Subject: [PATCH] Fix typos in Python interface --- pineappl_py/src/grid.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pineappl_py/src/grid.rs b/pineappl_py/src/grid.rs index dbca4db7..6eda73c1 100644 --- a/pineappl_py/src/grid.rs +++ b/pineappl_py/src/grid.rs @@ -244,7 +244,7 @@ impl PyGrid { /// is included. An empty list corresponds to all orders being enabled. /// bin_indices : numpy.ndarray(int) /// A list with the indices of the corresponding bins that should be calculated. An - /// empty list means that all orders should be calculated. + /// empty list means that all bins should be calculated. /// channel_mask : numpy.ndarray(bool) /// Mask for selecting specific channels. The value `True` means the /// corresponding channel is included. An empty list corresponds to all channels being @@ -307,7 +307,7 @@ impl PyGrid { /// is included. An empty list corresponds to all orders being enabled. /// bin_indices : numpy.ndarray(int) /// A list with the indices of the corresponding bins that should be calculated. An - /// empty list means that all orders should be calculated. + /// empty list means that all bins should be calculated. /// channel_mask : numpy.ndarray(bool) /// Mask for selecting specific channels. The value `True` means the /// corresponding channel is included. An empty list corresponds to all channels being