aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.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 /test/lisp/progmodes/python-tests.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 'test/lisp/progmodes/python-tests.el')
-rw-r--r--test/lisp/progmodes/python-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el
index bc77443ff4f..64626333c44 100644
--- a/test/lisp/progmodes/python-tests.el
+++ b/test/lisp/progmodes/python-tests.el
@@ -204,7 +204,7 @@ aliqua."
204 204
205;;; Indentation 205;;; Indentation
206 206
207;; See: http://www.python.org/dev/peps/pep-0008/#indentation 207;; See: https://www.python.org/dev/peps/pep-0008/#indentation
208 208
209(ert-deftest python-indent-pep8-1 () 209(ert-deftest python-indent-pep8-1 ()
210 "First pep8 case." 210 "First pep8 case."