[3.12] Docs: specify XML document name in xml.etree.elementtree example (GH-24223) (#117429)

(cherry picked from commit 9dae05ee59)

Co-authored-by: Moshe Kaplan <mosheekaplan@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-04-01 22:02:34 +02:00 committed by GitHub
parent 4a3fc49d2d
commit a4a8af07cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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