diff options
author | Moshe Kaplan <mosheekaplan@gmail.com> | 2024-04-01 19:53:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 19:53:00 (GMT) |
commit | 9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a (patch) | |
tree | 7f357e2824b52fc77fd39549b31dc602d2a45e38 /Doc | |
parent | fc2071687b708598264a3403b7f9104667c1092f (diff) | |
download | cpython-9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a.zip cpython-9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a.tar.gz cpython-9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a.tar.bz2 |
Docs: specify XML document name in xml.etree.elementtree example (#24223)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/xml.etree.elementtree.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 5955647..7d721f7 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -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 |