Skip to content

Commit a4a8af0

Browse files
[3.12] Docs: specify XML document name in xml.etree.elementtree example (GH-24223) (#117429)
(cherry picked from commit 9dae05e) Co-authored-by: Moshe Kaplan <[email protected]>
1 parent 4a3fc49 commit a4a8af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.etree.elementtree.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and its sub-elements are done on the :class:`Element` level.
4949
Parsing XML
5050
^^^^^^^^^^^
5151

52-
We'll be using the following XML document as the sample data for this section:
52+
We'll be using the fictive :file:`country_data.xml` XML document as the sample data for this section:
5353

5454
.. code-block:: xml
5555

0 commit comments

Comments
 (0)