From 424ea406381c775aff5abdd89c444b503c547d87 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Tue, 25 Aug 2015 17:34:16 +0200 Subject: [PATCH] update dead link to the Python Language Reference --- babel/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel/util.py b/babel/util.py index dd737872..3bfebc91 100644 --- a/babel/util.py +++ b/babel/util.py @@ -46,7 +46,7 @@ def parse_encoding(fp): It does this in the same way as the `Python interpreter`__ - .. __: http://docs.python.org/ref/encodings.html + .. __: https://docs.python.org/3.4/reference/lexical_analysis.html#encoding-declarations The ``fp`` argument should be a seekable file object. -- 2.47.2