changeset: 98921:f7db966c9fee parent: 98919:9beeb4c1375d parent: 98920:f884590ee620 user: Berker Peksag date: Sun Nov 01 00:55:31 2015 +0300 description: Fix typo noticed by Alec Nunn diff -r 9beeb4c1375d -r f7db966c9fee Doc/library/readline.rst --- a/Doc/library/readline.rst Sat Oct 31 13:07:44 2015 -0700 +++ b/Doc/library/readline.rst Sun Nov 01 00:55:31 2015 +0300 @@ -222,7 +222,7 @@ import atexit import os - import realine + import readline histfile = os.path.join(os.path.expanduser("~"), ".python_history") try: