Fix markup for xml.sax entry in 3.7.1 notes (GH-9602)

This commit is contained in:
Andrés Delfino
2018-09-27 12:25:47 -03:00
committed by Ned Deily
parent addef07ca7
commit 273fc220b2

View File

@@ -2521,5 +2521,5 @@ In 3.7.1 the C API for Context Variables
:ref:`was updated <contextvarsobjects_pointertype_change>` to use
:c:type:`PyObject` pointers. See also :issue:`34762`.
:mod:`xml.dom.minidom` and mod:`xml.sax` modules no longer process
:mod:`xml.dom.minidom` and :mod:`xml.sax` modules no longer process
external entities by default. See also :issue:`17239`.