cpython (merge 3.5 -> default): Fix typo noticed by Alec Nunn

Oct. 31, 2015
9:55 p.m.
https://hg.python.org/cpython/rev/f7db966c9fee changeset: 98921:f7db966c9fee parent: 98919:9beeb4c1375d parent: 98920:f884590ee620 user: Berker Peksag <berker.peksag@gmail.com> date: Sun Nov 01 00:55:31 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
3493
Age (days ago)
3493
Last active (days ago)
0 comments
1 participants
participants (1)
-
berker.peksag