https://github.com/python/cpython/commit/0335662fe1f663fe96e3e4acf0f34c5959d06b00
commit: 0335662fe1f663fe96e3e4acf0f34c5959d06b00
branch: main
author: naglis <[email protected]>
committer: sobolevn <[email protected]>
date: 2024-06-11T20:01:48+03:00
summary:
Fix typo in ElementTree docs (#120342)
files:
M Doc/library/xml.etree.elementtree.rst
diff --git a/Doc/library/xml.etree.elementtree.rst
b/Doc/library/xml.etree.elementtree.rst
index e5919029c62c93..4c1e7bd7e6734a 100644
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -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.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]