Skip to content

Commit 2a50978

Browse files
Update Lib/idlelib/run.py
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 3b07d5d commit 2a50978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def show_socket_error(err, address):
229229

230230

231231
def get_message_lines(typ, exc, tb):
232-
"Return line composing the exception message."
232+
"Return lines of the exception message, with any suggestion."
233233
return list(traceback.TracebackException(typ, exc, tb).format_exception_only())
234234

235235

0 commit comments

Comments
 (0)