Skip to content

Commit e14bbb3

Browse files
committed
Minor docstring modification
1 parent cdf7ddf commit e14bbb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/imcflibs/imagej/misc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ def send_notification_email(
211211
Notes
212212
-----
213213
- The function requires two preferences to be set in `~/.imagej/IJ_Prefs.txt`:
214-
`imcf.sender_email` (the sender's email address) and
215-
`imcf.smtpserver` (the SMTP server address).
214+
- `.imcf.sender_email`: the sender's email address
215+
- `.imcf.smtpserver`: the SMTP server address
216216
- If these preferences are not set or if required parameters are missing,
217217
the function logs a message and exits without sending an email.
218218
- In case of an SMTP error, the function logs a warning.

0 commit comments

Comments
 (0)