aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2020-10-24 20:22:33 +0200
committerStefan Kangas2020-10-24 20:23:27 +0200
commitdd16e46bb9d0099baea06d780ad8f62728addc2e (patch)
tree11cdd1aa9078700dab40855d90e690ca292fa16f /lisp/progmodes/python.el
parent10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff)
downloademacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.gz
emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.zip
; Prefer https to http in more URLs
These were all tested and confirmed working.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
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