changeset: 78583:8d90fde35cc6 parent: 78581:c592e5a8fa4f user: Eli Bendersky date: Wed Aug 15 14:26:30 2012 +0300 files: Doc/library/xml.etree.elementtree.rst description: Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing. diff -r c592e5a8fa4f -r 8d90fde35cc6 Doc/library/xml.etree.elementtree.rst --- a/Doc/library/xml.etree.elementtree.rst Tue Aug 14 21:45:25 2012 -0400 +++ b/Doc/library/xml.etree.elementtree.rst Wed Aug 15 14:26:30 2012 +0300 @@ -41,7 +41,7 @@ - + 1 2008 141100 @@ -89,7 +89,7 @@ >>> for child in root: ... print(child.tag, child.attrib) ... - country {'name': 'Liechtenshtein'} + country {'name': 'Liechtenstein'} country {'name': 'Singapore'} country {'name': 'Panama'} @@ -124,7 +124,7 @@ ... name = country.get('name') ... print(name, rank) ... - Liechtenshtein 1 + Liechtenstein 1 Singapore 4 Panama 68 @@ -158,7 +158,7 @@ - + 2 2008 141100 @@ -196,7 +196,7 @@ - + 2 2008 141100

AltStyle によって変換されたページ (->オリジナル) /