Skip to content

Commit 5ccdb79

Browse files
committed
Imperative mood FTW 🗽
1 parent 7a1b58c commit 5ccdb79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/imcflibs/imagej/misc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ def find_focus(imp):
188188
def send_notification_email(
189189
job_name, recipient, filename, total_execution_time, subject="", message=""
190190
):
191-
"""Send an automated email notification with optional details of the processed job.
191+
"""Send an email notification with optional details of the processed job.
192192
193-
This function retrieves the sender email and SMTP server settings from
194-
ImageJ's preferences and uses them to send an email notification with job details.
193+
Retrieve the sender email and SMTP server settings from ImageJ's preferences
194+
and use them to send an email notification with job details.
195195
196196
Parameters
197197
----------

0 commit comments

Comments
 (0)