From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 15 Feb 2022 17:17:00 +0000 (-0800) Subject: Update the OMG link (GH-30383) X-Git-Tag: v3.10.3~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b63ba3ff5ab56ebf0ed1173cf01dd23169e3dfe;p=thirdparty%2FPython%2Fcpython.git Update the OMG link (GH-30383) (cherry picked from commit 04215a427232e55efdc1adcda50a15197f518ca9) Co-authored-by: David Gilbertson 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.