Skip to content

Commit db28477

Browse files
Backport PR #3802 on branch 1.11.x (docs: fix sc.filter_cells return documentation typo) (#3804)
Co-authored-by: Malte Kuehl <[email protected]>
1 parent dd3427d commit db28477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanpy/preprocessing/_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def filter_cells(
109109
cell is kept. `False` means the cell is removed.
110110
number_per_cell
111111
Depending on what was thresholded (`counts` or `genes`),
112-
the array stores `n_counts` or `n_cells` per gene.
112+
the array stores `n_counts` or `n_genes` per cell.
113113
114114
Examples
115115
--------

0 commit comments

Comments
 (0)