From: Benjamin Peterson Date: Fri, 1 Jan 2010 15:20:06 +0000 (+0000) Subject: fix indentation X-Git-Tag: v2.7a2~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c99b4e0d6f867709bd9c3749cb90f93f693969b;p=thirdparty%2FPython%2Fcpython.git fix indentation --- diff --git a/Misc/NEWS b/Misc/NEWS index a24267a69289..acb03be4c4ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -94,7 +94,7 @@ Build ----- - Issue #6943: Use pkg-config to find the libffi headers when the - --with-system-ffi flag is used. + --with-system-ffi flag is used. - Issue #7609: Add a --with-system-expat option that causes the system's expat library to be used for the pyexpat module instead of the one included with