Skip to content

Commit 79b9e7b

Browse files
committed
Fix incorrect option name in sample-config.
1 parent 3182d08 commit 79b9e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ arg_spec = True
2121
hist_file = ~/.pythonhist
2222

2323
# Number of lines to store in history (set to 0 to disable) (default: 100):
24-
hist_len = 100
24+
hist_length = 100
2525

2626
# Soft tab size (default: 4, see pep-8):
2727
tab_length = 4

0 commit comments

Comments
 (0)