Fix typo noticed by Alec Nunn

This commit is contained in:
Berker Peksag 2015-11-01 00:55:12 +03:00
parent 04a4316acc
commit 964ec8b2f3
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: