[Python-checkins] cpython (3.5): Fix typo noticed by Alec Nunn

berker.peksag python-checkins at python.org
Sat Oct 31 17:55:25 EDT 2015


https://hg.python.org/cpython/rev/f884590ee620
changeset:   98920:f884590ee620
branch:      3.5
parent:      98918:df12c29882b1
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Nov 01 00:55:12 2015 +0300
summary:
  Fix typo noticed by Alec Nunn

files:
  Doc/library/readline.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst
--- a/Doc/library/readline.rst
+++ b/Doc/library/readline.rst
@@ -222,7 +222,7 @@
 
    import atexit
    import os
-   import realine
+   import readline
    histfile = os.path.join(os.path.expanduser("~"), ".python_history")
 
    try:

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list