Skip to content

Commit 87080f7

Browse files
Commit suggestion from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent d1e4e12 commit 87080f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.sax.utils.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ or as base classes.
6262
.. class:: XMLGenerator(out=None, encoding='iso-8859-1', short_empty_elements=False)
6363

6464
.. warning::
65-
:class:`~xml.sax.handler.XMLGenerator` does not validate element or
65+
:class:`!XMLGenerator` does not validate element or
6666
attribute names. Callers must ensure that names passed to APIs conform
6767
to `XML name rules <https://www.w3.org/TR/xml/#NT-Name>`__ if passing
6868
untrusted input. Character data and attribute values are escaped,

0 commit comments

Comments
 (0)