X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/b40d16b214d9164e6255857a63c729c5f65b017f..b53a8abe0e74514e8d9d7225766190ca978e2a95:/cgi.py diff --git a/cgi.py b/cgi.py index 531a49c..3b3d441 100644 --- a/cgi.py +++ b/cgi.py @@ -230,7 +230,7 @@ class FormatHTML (F.SimpleFormatOperation): """ ~H: escape output suitable for inclusion in HTML. - With `:', instead apply form-urlencoding. + With `:', additionally apply quotification. """ def _convert(me, arg): if me.colonp: return html_quotify(arg)