summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-01 15:20:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-01 15:20:06 (GMT)
commit6c99b4e0d6f867709bd9c3749cb90f93f693969b (patch)
treed64dffad7e1878f28036512618ce0ee525857254 /Misc
parentb4abef6d42f2e2b751acf1727f472519dd1d63aa (diff)
downloadcpython-6c99b4e0d6f867709bd9c3749cb90f93f693969b.zip
cpython-6c99b4e0d6f867709bd9c3749cb90f93f693969b.tar.gz
cpython-6c99b4e0d6f867709bd9c3749cb90f93f693969b.tar.bz2
fix indentation
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a24267a..acb03be 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