Commit 964ec8b2 authored by Berker Peksag's avatar Berker Peksag

Fix typo noticed by Alec Nunn

parent 04a4316a
...@@ -222,7 +222,7 @@ sessions, by only appending the new history. :: ...@@ -222,7 +222,7 @@ sessions, by only appending the new history. ::
import atexit import atexit
import os import os
import realine import readline
histfile = os.path.join(os.path.expanduser("~"), ".python_history") histfile = os.path.join(os.path.expanduser("~"), ".python_history")
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment