Skip to content

Commit 7c238db

Browse files
committed
fix docstring
1 parent ca1408d commit 7c238db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doubletdetection/doubletdetection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def fit(self, raw_counts: NDArray | sp_sparse.csr_matrix) -> "BoostClassifier":
135135
"""Fits the classifier on raw_counts.
136136
137137
Args:
138-
raw_counts (array-like): Count matrix, oriented cells by genes.
138+
raw_counts: Count matrix, oriented cells by genes.
139139
140140
Sets:
141141
all_scores_, all_log_p_values_, communities_,

0 commit comments

Comments
 (0)