]> granicus.if.org Git - python/commitdiff
Fix typo noticed by Alec Nunn
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 31 Oct 2015 21:55:12 +0000 (00:55 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 31 Oct 2015 21:55:12 +0000 (00:55 +0300)
Doc/library/readline.rst

index 3864f0d22506f7a2b1d847154aab0380f7066aae..b3d765c5ef267984257011263e4c18339cf5640e 100644 (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: