Skip to content

Commit a0208f6

Browse files
committed
Alphabitize a dictionary constant
1 parent cb1dc6d commit a0208f6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

trepan/lib/default.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"autoeval": True,
4848
# Run 'list' command every time we enter the debugger?
4949
"autolist": False,
50-
# Run 'info pc' command every time we enter the debugger?
51-
"autopc": False,
5250
# Enter IPython every time we enter the debugger?
5351
# Note: only relevant if we have ipython installed. This takes
54-
# precidence over autopython.
52+
# precedence over autopython.
5553
"autoipython": False,
54+
# Run 'info pc' command every time we enter the debugger?
55+
"autopc": False,
5656
# Enter Python every time we enter the debugger?
5757
"autopython": False,
5858
# Show basename only on filename output?
@@ -80,10 +80,10 @@
8080
# 'dark' : terminal highlighting for a dark background
8181
# 'light' : terminal highlighting for a light background
8282
"highlight": is_dark_background(),
83-
# Save debugger history?
84-
"hist_save": True,
8583
# Where do we save the history?
8684
"histfile": None,
85+
# Save debugger history?
86+
"hist_save": True,
8787
# Show function calls/returns?
8888
"fntrace": False,
8989
# Number of lines to show by default in a 'list' command.

0 commit comments

Comments
 (0)