diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-01 16:53:05 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-01 16:53:05 (GMT) |
commit | ef1179e451b84a2ff1d6ac324ff0441608b4323a (patch) | |
tree | bbd4a34bcd09849312b14b878f09a0f23f98d856 /Doc/tutorial | |
parent | 12a8a8a0dba3f8f1e26240882701fa7d3e2e4151 (diff) | |
parent | 93818c752dce7b161287c559ef9c0f6b9d413309 (diff) | |
download | cpython-ef1179e451b84a2ff1d6ac324ff0441608b4323a.zip cpython-ef1179e451b84a2ff1d6ac324ff0441608b4323a.tar.gz cpython-ef1179e451b84a2ff1d6ac324ff0441608b4323a.tar.bz2 |
Issue #27174: Merge from 3.5
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/interactive.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst index 38d0212..d73cfeb 100644 --- a/Doc/tutorial/interactive.rst +++ b/Doc/tutorial/interactive.rst @@ -50,5 +50,5 @@ bpython_. .. _GNU Readline: https://tiswww.case.edu/php/chet/readline/rltop.html -.. _IPython: http://ipython.scipy.org/ +.. _IPython: https://ipython.org/ .. _bpython: http://www.bpython-interpreter.org/ |