summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.sax.handler.rst
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2021-03-14 01:00:28 (GMT)
committerGitHub <noreply@github.com>2021-03-14 01:00:28 (GMT)
commitf2b45367f1c049da76f81fb2920449b4909e0638 (patch)
treeccb43cff286ed56937fcabe7e2dbbe015d081c0e /Doc/library/xml.sax.handler.rst
parentf00e82f8b87c96ff76d6f768fa7a29cbd86eec6a (diff)
downloadcpython-f2b45367f1c049da76f81fb2920449b4909e0638.zip
cpython-f2b45367f1c049da76f81fb2920449b4909e0638.tar.gz
cpython-f2b45367f1c049da76f81fb2920449b4909e0638.tar.bz2
Fix some minor errors in the docs (GH-24834)
Diffstat (limited to 'Doc/library/xml.sax.handler.rst')
-rw-r--r--Doc/library/xml.sax.handler.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.sax.handler.rst b/Doc/library/xml.sax.handler.rst
index 3746a58..59d0d1b 100644
--- a/Doc/library/xml.sax.handler.rst
+++ b/Doc/library/xml.sax.handler.rst
@@ -50,7 +50,7 @@ module :mod:`xml.sax.handler`, so that all methods get default implementations.
.. class:: LexicalHandler
- Interface used by the parser to represent low freqency events which may not
+ Interface used by the parser to represent low frequency events which may not
be of interest to many applications.
In addition to these classes, :mod:`xml.sax.handler` provides symbolic constants