Skip to content

Commit 8444c35

Browse files
committed
Fix typo in docstring
1 parent 5989a4d commit 8444c35

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
@@ -317,7 +317,7 @@ def progressbar(progress, total, line_number, prefix=""):
317317
def timed_log(message, as_string=False):
318318
"""Print a message to the ImageJ log window, prefixed with a timestamp.
319319
320-
If `as_string` is set to True, nothgin will be printed to the log window,
320+
If `as_string` is set to True, nothing will be printed to the log window,
321321
instead the formatted log message will be returned as a string.
322322
323323
Parameters

0 commit comments

Comments
 (0)