Skip to content

Commit 005a57b

Browse files
committed
fix typo
1 parent f14f31d commit 005a57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/squidpy/_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def decorator2(obj: Any) -> Any:
5050
Number of permutations for the permutation test."""
5151
_normalization = """\
5252
normalization
53-
Normalization of neighbor counts either `None`, `total` (divide by total number of index cell types) or `conditional` (divided byt number of index cell types with at least one neighbor of neighbor cell type)."""
53+
Normalization of neighbor counts either `None`, `total` (divide by total number of index cell types) or `conditional` (divide by number of index cell types with at least one neighbor of neighbor cell type)."""
5454
_min_cell_count = """\
5555
min_cell_count
5656
Minimum number of cells that have to be in a cluster to be included in analysis. If count > min_cell_count, peir will be set to NA."""

0 commit comments

Comments
 (0)