aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 04:35:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 15:52:57 +0100
commita40f732bb6a8fc2f22d5931efad428a7cbdbe609 (patch)
treea31ffcc3d4578188e4ac69b360eba10057c79f66 /gnu/packages/python-web.scm
parent139ecdee8e592c515eea8cff4b918f0655196b4c (diff)
downloadguix-a40f732bb6a8fc2f22d5931efad428a7cbdbe609.tar
guix-a40f732bb6a8fc2f22d5931efad428a7cbdbe609.tar.gz
gnu: python-webencodings: Fix typo in description.
* gnu/packages/python-web.scm (python-webencodings)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3ab7dafa42..d9721f1375 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -265,7 +265,7 @@ C, yielding parse times that can be a thirtieth of the html5lib parse times.")
something like @code{Content-Type: text/html; charset=latin1}, tools need
to use a particular set of aliases for encoding labels as well as some
overriding rules. For example, @code{US-ASCII} and @code{iso-8859-1} on
-the web are actually aliases for @code{windows-1252}, and an @code{UTF-8}
+the web are actually aliases for @code{windows-1252}, and a @code{UTF-8}
or @code{UTF-16} BOM takes precedence over any other encoding declaration.
The WHATWG @url{https://encoding.spec.whatwg.org/,Encoding} standard
defines all such details so that implementations do not have to