From 964ec8b2f3bb893ad34d874e55a180a90330bde2 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 1 Nov 2015 00:55:12 +0300 Subject: [PATCH] Fix typo noticed by Alec Nunn --- Doc/library/readline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 3864f0d225..b3d765c5ef 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: -- 2.40.0