Skip to content

Commit 28b9a55

Browse files
committed
replace single quote with double quote
1 parent 9263afe commit 28b9a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pudb/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ def interaction(self, exc_tuple, show_exc_dialog=True):
26172617
self.current_exc_tuple = exc_tuple
26182618

26192619
from pudb import VERSION
2620-
separator = ' - '
2620+
separator = " - "
26212621
info_string = separator.join(["PuDB %s" % VERSION, "?:help"])
26222622

26232623
def get_source_filename():

0 commit comments

Comments
 (0)