diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 05:18:48 +0200 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 05:18:48 +0200 |
commit | 42da663e6fe7ecbb89b17d596c76812a91bb99a4 (patch) | |
tree | f660a093d1eb0841656b9b10173589f357ec0484 /Lib/xml/dom/minidom.py | |
parent | f6db0bbbeefa1bde9fd09c53e7c6bf0e57481590 (diff) | |
download | cpython-git-42da663e6fe7ecbb89b17d596c76812a91bb99a4.tar.gz |
#11515: fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/xml/dom/minidom.py')
-rw-r--r-- | Lib/xml/dom/minidom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py index 0e62e73d42..bc68cf8933 100644 --- a/Lib/xml/dom/minidom.py +++ b/Lib/xml/dom/minidom.py @@ -1464,7 +1464,7 @@ class ElementInfo(object): return False def isId(self, aname): - """Returns true iff the named attribte is a DTD-style ID.""" + """Returns true iff the named attribute is a DTD-style ID.""" return False def isIdNS(self, namespaceURI, localName): |