diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 7f4d2251fd8..0487964d815 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -135,7 +135,7 @@ | |||
| 135 | ;; values enable completion for both CPython and IPython, and probably | 135 | ;; values enable completion for both CPython and IPython, and probably |
| 136 | ;; any readline based shell (it's known to work with PyPy). If your | 136 | ;; any readline based shell (it's known to work with PyPy). If your |
| 137 | ;; Python installation lacks readline (like CPython for Windows), | 137 | ;; Python installation lacks readline (like CPython for Windows), |
| 138 | ;; installing pyreadline (URL `http://ipython.org/pyreadline.html') | 138 | ;; installing pyreadline (URL `https://ipython.org/pyreadline.html') |
| 139 | ;; should suffice. To troubleshoot why you are not getting any | 139 | ;; should suffice. To troubleshoot why you are not getting any |
| 140 | ;; completions, you can try the following in your Python shell: | 140 | ;; completions, you can try the following in your Python shell: |
| 141 | 141 | ||