summaryrefslogtreecommitdiff
path: root/pylint/message/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/message/message.py')
-rw-r--r--pylint/message/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/message/message.py b/pylint/message/message.py
index 215556ed9..af1907237 100644
--- a/pylint/message/message.py
+++ b/pylint/message/message.py
@@ -44,7 +44,7 @@ class Message(_MsgBase):
"""Format the message according to the given template.
The template format is the one of the format method :
- cf. http://docs.python.org/2/library/string.html#formatstrings
+ cf. https://docs.python.org/2/library/string.html#formatstrings
"""
# For some reason, _asdict on derived namedtuples does not work with
# Python 3.4. Needs some investigation.