summaryrefslogtreecommitdiff
path: root/tests/functional/d
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2020-06-11 14:25:03 +0800
committerGitHub <noreply@github.com>2020-06-11 08:25:03 +0200
commit201daa6f77a6ea2c630629cb7a944f341b46a454 (patch)
tree0a8c16577a684d8956ff7aac1f2f60346b590606 /tests/functional/d
parent2a883cbc4361603c720addae6d9420e8a156e313 (diff)
downloadpylint-git-201daa6f77a6ea2c630629cb7a944f341b46a454.tar.gz
Chore: use https links (#3679)
Diffstat (limited to 'tests/functional/d')
-rw-r--r--tests/functional/d/defined_and_used_on_same_line.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/d/defined_and_used_on_same_line.py b/tests/functional/d/defined_and_used_on_same_line.py
index b329e5891..a9b9eb7d5 100644
--- a/tests/functional/d/defined_and_used_on_same_line.py
+++ b/tests/functional/d/defined_and_used_on_same_line.py
@@ -21,7 +21,7 @@ j = 4; LAMB = lambda x: x+j
FUNC4 = lambda a, b: a != b
-# test http://www.logilab.org/ticket/6954:
+# test https://www.logilab.org/ticket/6954:
with open('f') as f: print(f.read())