[Python-checkins] Fix markup for xml.sax in 3.7.rst (GH-9604)

Ned Deily webhook-mailer at python.org
Fri Oct 5 22:37:18 EDT 2018


https://github.com/python/cpython/commit/b38ff71501a8653fdc4aff7dee78680008185ab7
commit: b38ff71501a8653fdc4aff7dee78680008185ab7
branch: 3.7
author: Andrés Delfino <adelfino at gmail.com>
committer: Ned Deily <nad at python.org>
date: 2018-10-05T22:37:14-04:00
summary:

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

files:
M Doc/whatsnew/3.7.rst

diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 87a3ddbf1ecf..4b6fe8a7c944 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -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`.)
 



More information about the Python-checkins mailing list