]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: specify XML document name in xml.etree.elementtree example (GH-24223...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Apr 2024 20:02:34 +0000 (22:02 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 20:02:34 +0000 (22:02 +0200)
(cherry picked from commit 9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a)

Co-authored-by: Moshe Kaplan <mosheekaplan@gmail.com>
Doc/library/xml.etree.elementtree.rst

index f3ba8d847126cbfbb98350d9126a038fa48088f0..09aa81cc47facdf103dd703a4f20e313da5ae346 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