diff options
author | Georg Brandl <georg@python.org> | 2009-11-16 16:44:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-11-16 16:44:05 (GMT) |
commit | d3571c8d59b7eea5e53bc411687baf4dc1d9b15b (patch) | |
tree | 3b3348ff2758ae88e52bfbb71f2ef4c1c4438f1b | |
parent | 4b953bac940f125e8fe0de0a417e1dc0baabf0d5 (diff) | |
download | cpython-d3571c8d59b7eea5e53bc411687baf4dc1d9b15b.zip cpython-d3571c8d59b7eea5e53bc411687baf4dc1d9b15b.tar.gz cpython-d3571c8d59b7eea5e53bc411687baf4dc1d9b15b.tar.bz2 |
#7302: fix link.
-rw-r--r-- | Doc/library/xml.dom.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst index 8a74e7d..0f91723 100644 --- a/Doc/library/xml.dom.rst +++ b/Doc/library/xml.dom.rst @@ -79,7 +79,7 @@ implementations are free to support the strict mapping from IDL). See section `Document Object Model (DOM) Level 1 Specification <http://www.w3.org/TR/REC-DOM-Level-1/>`_ The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`. - `Python Language Mapping Specification <http://www.omg.org/docs/formal/02-11-05.pdf>`_ + `Python Language Mapping Specification <http://www.omg.org/spec/PYTH/1.2/PDF>`_ This specifies the mapping from OMG IDL to Python. |