diff --git a/src/scanpy/preprocessing/_simple.py b/src/scanpy/preprocessing/_simple.py index 2ca1018056..fa8fc86ad7 100644 --- a/src/scanpy/preprocessing/_simple.py +++ b/src/scanpy/preprocessing/_simple.py @@ -109,7 +109,7 @@ def filter_cells( cell is kept. `False` means the cell is removed. number_per_cell Depending on what was thresholded (`counts` or `genes`), - the array stores `n_counts` or `n_cells` per gene. + the array stores `n_counts` or `n_genes` per cell. Examples --------