mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[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:
parent
4a3fc49d2d
commit
a4a8af07cf
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