From: Georg Brandl Date: Mon, 16 Nov 2009 16:44:05 +0000 (+0000) Subject: #7302: fix link. X-Git-Tag: v2.7a1~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3571c8d59b7eea5e53bc411687baf4dc1d9b15b;p=thirdparty%2FPython%2Fcpython.git #7302: fix link. --- diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst index 8a74e7d3db05..0f9172386de2 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 `_ The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`. - `Python Language Mapping Specification `_ + `Python Language Mapping Specification `_ This specifies the mapping from OMG IDL to Python.