Skip to content

Commit

Permalink
Docs: specify XML document name in xml.etree.elementtree example (#24223
Browse files Browse the repository at this point in the history
)
  • Loading branch information
moshekaplan committed Apr 1, 2024
1 parent fc20716 commit 9dae05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/xml.etree.elementtree.rst
Expand Up @@ -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
Expand Down

0 comments on commit 9dae05e

Please sign in to comment.