Skip to content

Commit 2119c83

Browse files
authored
Merge pull request #43 from YosefLab/expansion_pvalues
docstring
2 parents fcfe5a1 + 40139f1 commit 2119c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pycea/tl/topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def expansion_test(
6868
Attribute key where expansion p-values will be stored in tree nodes.
6969
Default is "expansion_pvalue".
7070
copy
71-
If True, return a copy of the TreeData with attributes added.
71+
If True, return a :class:`pandas.DataFrame` with attributes added.
7272
If False, modify in place and return None. Default is False.
7373
7474
Returns

0 commit comments

Comments
 (0)