[Python-checkins] Fix markup for xml.sax in 3.8 notes. (GH-9603)

Serhiy Storchaka webhook-mailer at python.org
Wed Nov 7 12:29:17 EST 2018


https://github.com/python/cpython/commit/ca68261c751009b8b4cb82e009b9c928405d5839
commit: ca68261c751009b8b4cb82e009b9c928405d5839
branch: master
author: Andrés Delfino <adelfino at gmail.com>
committer: Serhiy Storchaka <storchaka at gmail.com>
date: 2018-11-07T19:29:14+02:00
summary:

Fix markup for xml.sax in 3.8 notes. (GH-9603)

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 7b9a9407f0dc..74bdba3375c9 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -244,7 +244,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`.)
 
@@ -454,7 +454,7 @@ Changes in the Python API
 * :class:`uuid.UUID` now uses ``__slots__``, therefore instances can no longer
   be weak-referenced and attributes can no longer be added.
 
-* :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