Skip to content

Commit 4f37eed

Browse files
Fix references.
1 parent c7cbb61 commit 4f37eed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,10 @@ xml.parsers.expat
580580
.. _billion laughs: https://en.wikipedia.org/wiki/Billion_laughs_attack
581581

582582

583-
xml.sax.utils
584-
-------------
583+
xml.sax.saxutils
584+
----------------
585585

586-
* Add the :func:`~xml.sax.utils.is_valid_name` function, which allows to check
586+
* Add the :func:`~xml.sax.saxutils.is_valid_name` function, which allows to check
587587
whether a string can be used as an element or attribute name in XML.
588588
(Contributed by Serhiy Storchaka in :gh:`139489`.)
589589

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Add the :func:`~xml.sax.utils.is_valid_name` function, which allows to check
1+
Add the :func:`~xml.sax.saxutils.is_valid_name` function, which allows to check
22
whether a string can be used as an element or attribute name in XML.

0 commit comments

Comments
 (0)