Skip to content

Commit 0908288

Browse files
committed
Clarify msg argument to TracebackHandler.abort
1 parent cea0975 commit 0908288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

consolekit/tracebacks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def abort(self, msg: Union[str, List[str]]) -> "NoReturn":
100100
.. versionadded:: 1.4.0
101101
102102
:param msg: The message to write to stderr before raising the exception.
103+
If a list of strings the strings are concatenated (i.e. ``''.join(msg)``).
103104
"""
104105

105106
if isinstance(msg, str):

0 commit comments

Comments
 (0)