]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: specify XML document name in xml.etree.elementtree example (#24223) 113771/head
authorMoshe Kaplan <mosheekaplan@gmail.com>
Mon, 1 Apr 2024 19:53:00 +0000 (15:53 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 19:53:00 +0000 (19:53 +0000)
Doc/library/xml.etree.elementtree.rst

index 5955647588fa3e026c50365c03e105ecc36881e4..7d721f7633899eacf8b066742af5cd0551524acf 100644 (file)
@@ -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