8000 Fix typo in ElementTree docs (#120342) · python/cpython@0335662 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0335662

Browse files
authored
Fix typo in ElementTree docs (#120342)
1 parent 1b62bce commit 0335662

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)
0