From d2536a5a8facc8ee81202409d600ef9f27aa3aa4 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Mon, 1 Apr 2024 15:53:00 -0400 Subject: [PATCH] Docs: specify XML document name in xml.etree.elementtree example (GH-24223) (cherry picked from commit 9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a) Co-authored-by: Moshe Kaplan --- Doc/library/xml.etree.elementtree.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index f3ba8d847126cb..09aa81cc47facd 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -49,7 +49,7 @@ and its sub-elements are done on the :class:`Element` level. Parsing XML ^^^^^^^^^^^ -We'll be using the following XML document as the sample data for this section: +We'll be using the fictive :file:`country_data.xml` XML document as the sample data for this section: .. code-block:: xml