From 42c76ddc999d804c996d8c9e810ec776074a2ac0 Mon Sep 17 00:00:00 2001 From: David Gilbertson Date: Tue, 4 Jan 2022 14:35:14 +1100 Subject: [PATCH] Fix broken OMG link --- Doc/library/xml.dom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst index 98454e18ff1f87..b387240a3716cc 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.