Skip to content

Commit 097b08e

Browse files
committed
docs(scaleset): fix mkdocs error
1 parent 8768b8b commit 097b08e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cellengine/resources/scaleset.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ def apply(
7272
"""Apply the scaleset to a file.
7373
7474
Args:
75-
file (_id or FcsFile): The file to which this scaleset will be
75+
file: The file to which this scaleset will be
7676
applied.
77-
clamp_q (bool): Clamp the output to the scale's minimum and maximum
77+
clamp_q: Clamp the output to the scale's minimum and maximum
7878
values.
79-
in_place (bool): If True, updates the FcsFile.events; if
79+
in_place: If True, updates the FcsFile.events; if
8080
False, returns a DataFrame
8181
"""
8282
if isinstance(file, str):

0 commit comments

Comments
 (0)