Skip to content

Commit

Permalink
[3.11] Docs: specify XML document name in xml.etree.elementtree examp…
Browse files Browse the repository at this point in the history
…le (pythonGH-24223) (python#117430)

(cherry picked from commit 9dae05e)

Co-authored-by: Moshe Kaplan <[email protected]>
  • Loading branch information
miss-islington and moshekaplan authored Apr 1, 2024
1 parent 8dcda74 commit 5b547de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/xml.etree.elementtree.rst
Original file line number Diff line number Diff line change
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 5b547de

Please sign in to comment.