Skip to content

Commit 1be7625

Browse files
committed
Minor syntax / rendering fix
1 parent fc32cca commit 1be7625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ def save_script_parameters(destination, save_file_name="script_parameters.txt"):
719719
Notes
720720
-----
721721
This function records all input parameters defined in the Fiji script header
722-
(e.g. #@ String) to a text file.
722+
(e.g. `#@ String`) to a text file.
723723
724724
The following parameters are excluded:
725725
- Parameters explicitly declared with `style="password"` are ignored.

0 commit comments

Comments
 (0)