mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue