summaryrefslogtreecommitdiff
path: root/Doc/library/xml.dom.pulldom.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-08-29 10:29:30 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-08-29 10:29:30 +0300
commita8c2a8aa8dcf236355348adf696d2aae8fbe45b2 (patch)
treef54cddfc410b127c26cf13f9cb9056fed482d607 /Doc/library/xml.dom.pulldom.rst
parentafe890923f4265958903bb23d20b6e27b02e3010 (diff)
parent15e6590774956a5bbb3a901bf5328869eb44ad49 (diff)
downloadcpython-git-a8c2a8aa8dcf236355348adf696d2aae8fbe45b2.tar.gz
Issue #18760: Improved cross-references in the xml package.
Diffstat (limited to 'Doc/library/xml.dom.pulldom.rst')
-rw-r--r--Doc/library/xml.dom.pulldom.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.pulldom.rst b/Doc/library/xml.dom.pulldom.rst
index 8aa9cfb7d5..a9c9f67a71 100644
--- a/Doc/library/xml.dom.pulldom.rst
+++ b/Doc/library/xml.dom.pulldom.rst
@@ -74,7 +74,8 @@ and switch to DOM-related processing.
Return a :class:`DOMEventStream` from the given input. *stream_or_string* may be
either a file name, or a file-like object. *parser*, if given, must be a
- :class:`XmlReader` object. This function will change the document handler of the
+ :class:`~xml.sax.xmlreader.XMLReader` object. This function will change the
+ document handler of the
parser and activate namespace support; other parser configuration (like
setting an entity resolver) must have been done in advance.