Fix typo noticed by Alec Nunn
This commit is contained in:
commit
75a81409c5
|
@ -222,7 +222,7 @@ sessions, by only appending the new history. ::
|
|||
|
||||
import atexit
|
||||
import os
|
||||
import realine
|
||||
import readline
|
||||
histfile = os.path.join(os.path.expanduser("~"), ".python_history")
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue