]> granicus.if.org Git - python/commitdiff
Fix markup for xml.sax in 3.8 notes. (GH-9603)
authorAndrés Delfino <adelfino@gmail.com>
Wed, 7 Nov 2018 17:29:14 +0000 (14:29 -0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Nov 2018 17:29:14 +0000 (19:29 +0200)
Doc/whatsnew/3.8.rst

index 7b9a9407f0dcd8200201eed3fb91a321a90278d8..74bdba3375c962f32bb06d111954e3550b1937f9 100644 (file)
@@ -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`.)