diff options
author | Collin Winter <collinw@gmail.com> | 2007-09-10 00:03:41 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-09-10 00:03:41 (GMT) |
commit | f6b81212559af6fc18b0c282f3d22635c6c3cf35 (patch) | |
tree | 0990c0c7185262e0652ae400e929c1819a491614 /Doc/library/xml.sax.reader.rst | |
parent | c111d9fbbd1217147c3e1ee3374a0c87a8b94c93 (diff) | |
download | cpython-f6b81212559af6fc18b0c282f3d22635c6c3cf35.zip cpython-f6b81212559af6fc18b0c282f3d22635c6c3cf35.tar.gz cpython-f6b81212559af6fc18b0c282f3d22635c6c3cf35.tar.bz2 |
Remove two lingering references to now-gone has_key() methods from the library docs.
Diffstat (limited to 'Doc/library/xml.sax.reader.rst')
-rw-r--r-- | Doc/library/xml.sax.reader.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/xml.sax.reader.rst b/Doc/library/xml.sax.reader.rst index c3534bb..bb802ee 100644 --- a/Doc/library/xml.sax.reader.rst +++ b/Doc/library/xml.sax.reader.rst @@ -324,8 +324,9 @@ The :class:`Attributes` Interface --------------------------------- :class:`Attributes` objects implement a portion of the mapping protocol, -including the methods :meth:`copy`, :meth:`get`, :meth:`has_key`, :meth:`items`, -:meth:`keys`, and :meth:`values`. The following methods are also provided: +including the methods :meth:`copy`, :meth:`get`, :meth:`__contains__`, +:meth:`items`, :meth:`keys`, and :meth:`values`. The following methods +are also provided: .. method:: Attributes.getLength() |