summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-11 17:24:29 (GMT)
committerGitHub <noreply@github.com>2024-06-11 17:24:29 (GMT)
commitf465dfbdbc5d0c5facc60ae2860717e0863bd7eb (patch)
tree7fdc60c47fd72d55c8073e13a5d4ab2448d09727 /Doc
parent4936575017423cc05231b400b7ec9432f3c7f72d (diff)
downloadcpython-f465dfbdbc5d0c5facc60ae2860717e0863bd7eb.zip
cpython-f465dfbdbc5d0c5facc60ae2860717e0863bd7eb.tar.gz
cpython-f465dfbdbc5d0c5facc60ae2860717e0863bd7eb.tar.bz2
[3.13] Fix typo in ElementTree docs (GH-120342) (#120357)
Fix typo in ElementTree docs (GH-120342) (cherry picked from commit 0335662fe1f663fe96e3e4acf0f34c5959d06b00) Co-authored-by: naglis <827324+naglis@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xml.etree.elementtree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index e591902..4c1e7bd 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.