From 8894ef1783d7c27e4fcd5318458250406bd6a68c Mon Sep 17 00:00:00 2001
From: Zachary Ware <zachary.ware@gmail.com>
Date: Wed, 23 Apr 2014 10:04:20 -0500
Subject: Prevent Sphinx error on whatsnew/changelog

---
 Misc/NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Misc/NEWS b/Misc/NEWS
index b737df8..75742b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,7 +44,7 @@ Library
   at the same time without losing the Popen.returncode value.
 
 - Issue #21127: Path objects can now be instantiated from str subclass
-  instances (such as numpy.str_).
+  instances (such as ``numpy.str_``).
 
 - Issue #15002: urllib.response object to use _TemporaryFileWrapper (and
   _TemporaryFileCloser) facility. Provides a better way to handle file
-- 
cgit v0.12