Fix typo noticed by Alec Nunn

This commit is contained in:
Berker Peksag 2015-11-01 00:55:31 +03:00
commit 75a81409c5
1 changed files with 1 additions and 1 deletions

View File

@ -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: