Fix markup for xml.sax in 3.7.rst (GH-9604)

This commit is contained in:
Andrés Delfino 2018-10-05 23:37:14 -03:00 committed by Ned Deily
parent 414d58f745
commit b38ff71501
1 changed files with 1 additions and 1 deletions

View File

@ -1586,7 +1586,7 @@ xml
---
As mitigation against DTD and external entity retrieval, the
: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.
(Contributed by Christian Heimes in :issue:`17239`.)