mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Docs: specify XML document name in xml.etree.elementtree example (#24223)
This commit is contained in:
parent
fc2071687b
commit
9dae05ee59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue