diff options
Diffstat (limited to 'defusedxml/lxml.py')
-rw-r--r-- | defusedxml/lxml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defusedxml/lxml.py b/defusedxml/lxml.py index 7f3ee0b..3468824 100644 --- a/defusedxml/lxml.py +++ b/defusedxml/lxml.py @@ -2,7 +2,7 @@ # # Copyright (c) 2013 by Christian Heimes <christian@python.org> # Licensed to PSF under a Contributor Agreement. -# See http://www.python.org/psf/license for licensing details. +# See https://www.python.org/psf/license for licensing details. """Example code for lxml.etree protection The code has NO protection against decompression bombs. |