diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-24 11:10:14 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-24 11:10:14 -0500 |
| commit | 61568ea992268605a85d39edde0c179fe3850e9e (patch) | |
| tree | 29d371194c1d299f9deb8fe48fd4b1b00492c4ee | |
| parent | 88abd2e3da9e9eb5bf631f04c29cb2d7066ff5ff (diff) | |
| download | python-setuptools-git-61568ea992268605a85d39edde0c179fe3850e9e.tar.gz | |
Fix bug in hyperlink
--HG--
branch : distribute
extra : rebase_source : 4fff5c12aae70ab34ec71834b238ffbcc7bfd530
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 43211cb6..2b376104 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,7 +10,7 @@ CHANGES * Issue #329: Properly close files created by tests for compatibility with Jython. * Work around Jython bugs `#1980 <http://bugs.jython.org/issue1980>`_ and - `#1981 <http://bugs.jython.org/issue1981`_. + `#1981 <http://bugs.jython.org/issue1981>`_. * Issue #334: Provide workaround for packages that reference `sys.__stdout__` such as numpy does. This change should address `virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long |
