From e93618bc8902af01f2c67b5de3e4ad1798931ea3 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 18 Dec 2023 23:02:02 +0000 Subject: [PATCH] Correct docstring --- python/damask/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/util.py b/python/damask/util.py index 599eebf55..caeebe265 100644 --- a/python/damask/util.py +++ b/python/damask/util.py @@ -215,7 +215,7 @@ def open_text(fname: _FileHandle, open(_Path(fname).expanduser(),mode,newline=('\n' if mode == 'w' else None)) def time_stamp() -> str: - """Timestamp the execution of a (function within a) class.""" + """Provide current time as formatted string.""" return _datetime.datetime.now().astimezone().strftime('%Y-%m-%d %H:%M:%S%z') def execution_stamp(class_name: str,