]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] 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:54 +0000 (22:02 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 20:02:54 +0000 (22:02 +0200)
(cherry picked from commit 9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a)

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

index d7a9b5dfe5b103d096c1542f5bd6cd3cabcd28c3..0d4dde3892fea7d648c0122a26d7aa1ca5a14a4e 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