Skip to content

Commit 6eaefe3

Browse files
committed
fixed comma at start of line
1 parent 5b55f0d commit 6eaefe3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sublime_python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ def show_python_not_found_error(python_detectors):
385385
msg +
386386
"\n"
387387
"\"Do Not Show Again\" suppresses this dialog until next launch. "
388-
"\"More Info\" shows help for configuring Python or permanently suppressing this dialog."
389-
, "More Info", "Do Not Show Again"
388+
"\"More Info\" shows help for configuring Python or permanently suppressing this dialog.",
389+
"More Info", "Do Not Show Again"
390390
)
391391
# In case the user takes more than 10 seconds to react to the dialog
392392
LAST_ERROR_TIME = time.time()

0 commit comments

Comments
 (0)