]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup for xml.sax entry in 3.7.1 notes (GH-9602)
authorAndrés Delfino <adelfino@gmail.com>
Thu, 27 Sep 2018 15:25:47 +0000 (12:25 -0300)
committerNed Deily <nad@python.org>
Thu, 27 Sep 2018 15:25:47 +0000 (11:25 -0400)
Doc/whatsnew/3.7.rst

index 534b9a07a081f56c2a4bd9caacf1e64c4a64f2f6..87a3ddbf1ecffaf67a7afc251d898d5bdfb02056 100644 (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`.