Skip to content

Commit f465dfb

Browse files
[3.13] Fix typo in ElementTree docs (GH-120342) (#120357)
Fix typo in ElementTree docs (GH-120342) (cherry picked from commit 0335662) Co-authored-by: naglis <[email protected]>
1 parent 4936575 commit f465dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.etree.elementtree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Functions
508508
`C14N 2.0 <https://www.w3.org/TR/xml-c14n2/>`_ transformation function.
509509

510510
Canonicalization is a way to normalise XML output in a way that allows
511-
byte-by-byte comparisons and digital signatures. It reduced the freedom
511+
byte-by-byte comparisons and digital signatures. It reduces the freedom
512512
that XML serializers have and instead generates a more constrained XML
513513
representation. The main restrictions regard the placement of namespace
514514
declarations, the ordering of attributes, and ignorable whitespace.

0 commit comments

Comments
 (0)