]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in ElementTree docs (#120342)
authornaglis <827324+naglis@users.noreply.github.com>
Tue, 11 Jun 2024 17:01:48 +0000 (20:01 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 17:01:48 +0000 (20:01 +0300)
Doc/library/xml.etree.elementtree.rst

index e5919029c62c93dc8433b9a662e84b9c124ada0b..4c1e7bd7e6734a33e004f4271007d5904d7b5c0b 100644 (file)
@@ -508,7 +508,7 @@ Functions
    `C14N 2.0 <https://www.w3.org/TR/xml-c14n2/>`_ transformation function.
 
    Canonicalization is a way to normalise XML output in a way that allows
-   byte-by-byte comparisons and digital signatures.  It reduced the freedom
+   byte-by-byte comparisons and digital signatures.  It reduces the freedom
    that XML serializers have and instead generates a more constrained XML
    representation.  The main restrictions regard the placement of namespace
    declarations, the ordering of attributes, and ignorable whitespace.