Skip to content

Commit edaa79e

Browse files
committed
Update docstring
1 parent 7741f5e commit edaa79e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def rolling_ball_options(
121121
disable=False,
122122
do_3d=False,
123123
):
124-
"""Return the option string for rolling ball background subtraction."""
124+
"""Generate the options for the "Subtract Background..." macro command."""
125125
parts = ["rolling=" + str(rolling_ball_radius)]
126126
if light_background:
127127
parts.append("light")

0 commit comments

Comments
 (0)