From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 14 Feb 2022 22:15:08 +0000 (-0800) Subject: Update the OMG link (GH-30383) X-Git-Tag: v3.9.11~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1933238983134dd405ada7a758f8ac0e6410057b;p=thirdparty%2FPython%2Fcpython.git Update the OMG link (GH-30383) (cherry picked from commit 04215a427232e55efdc1adcda50a15197f518ca9) Co-authored-by: David Gilbertson --- diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst index 98454e18ff1f..b387240a3716 100644 --- a/Doc/library/xml.dom.rst +++ b/Doc/library/xml.dom.rst @@ -73,7 +73,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.