Skip to content

Commit

Permalink
Fix typos in Python interface
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Sep 2, 2024
1 parent d6a6571 commit 712b22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pineappl_py/src/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 712b22e

Please sign in to comment.