From: Berker Peksag Date: Sat, 31 Oct 2015 21:55:12 +0000 (+0300) Subject: Fix typo noticed by Alec Nunn X-Git-Tag: v3.5.1rc1~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=964ec8b2f3bb893ad34d874e55a180a90330bde2;p=thirdparty%2FPython%2Fcpython.git Fix typo noticed by Alec Nunn --- diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 3864f0d22506..b3d765c5ef26 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -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: