summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-01-07 21:29:35 +0000
committerJason R. Coombs <jaraco@jaraco.com>2014-01-07 21:29:35 +0000
commit9bf2265e6b9eb036e314654328c184207baadc6e (patch)
treecf8211d89a518249180ab8684f494504c97d089a
parentbdea417e6e6f724447019e3e709c04b9249964f5 (diff)
parent14c283c0f3ee785359863ab4a347b53ee6f192a3 (diff)
downloadpython-setuptools-git-9bf2265e6b9eb036e314654328c184207baadc6e.tar.gz
Merge
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d3ba1ee5..a76a147b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,7 +6,7 @@ CHANGES
2.1
---
-* Issue #129: Suppress inspection of '*.whl' files when searching for files
+* Issue #129: Suppress inspection of ``*.whl`` files when searching for files
in a zip-imported file.
* Issue #131: Fix RuntimeError when constructing an egg fetcher.