]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
update dead link to the Python Language Reference 199/head
authorLeonardo Pistone <leonardo.pistone@camptocamp.com>
Tue, 25 Aug 2015 15:34:16 +0000 (17:34 +0200)
committerLeonardo Pistone <leonardo.pistone@camptocamp.com>
Tue, 25 Aug 2015 15:34:16 +0000 (17:34 +0200)
babel/util.py

index dd7378725a8d7471f6edcf465df82031a0282466..3bfebc91a549e4d2771c3031a7721157897ebeb7 100644 (file)
@@ -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.