Skip to content

Commit 725205f

Browse files
committed
Fix docstring line length
1 parent 30b428f commit 725205f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/imcflibs/imagej/misc.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,11 @@ def setup_clean_ij_environment(rm=None, rt=None): # pylint: disable-msg=unused-
202202
203203
Clean active results table, roi manager and log, close any open image.
204204
205-
"Fresh Start" is described here: https://imagej.nih.gov/ij/notes.html following this suggestion: https://forum.image.sc/t/fresh-start-macro-command-in-imagej-fiji/43102
205+
"Fresh Start" is described in the ImageJ release notes [1] following a
206+
suggestion by Robert Haase in the Image.sc Forum [2].
207+
208+
[1]: https://imagej.nih.gov/ij/notes.html
209+
[2]: https://forum.image.sc/t/fresh-start-macro-command-in-imagej-fiji/43102
206210
207211
Parameters
208212
----------

0 commit comments

Comments
 (0)