commit | 6c99b4e0d6f867709bd9c3749cb90f93f693969b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 01 15:20:06 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 01 15:20:06 2010 +0000 |
tree | d64dffad7e1878f28036512618ce0ee525857254 | |
parent | b4abef6d42f2e2b751acf1727f472519dd1d63aa [diff] |
fix indentation
diff --git a/Misc/NEWS b/Misc/NEWS index a24267a..acb03be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -94,7 +94,7 @@ ----- - 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