diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-27 22:32:21 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-27 22:32:21 (GMT) |
commit | 98f40b1fcdbcdc6ad655d07dae21d9557924401f (patch) | |
tree | 9601de4fe13043452850047d4e673e7036a4f373 /Doc | |
parent | dd1a8466f522f5e4ba656425b51398fe52e4700f (diff) | |
download | cpython-98f40b1fcdbcdc6ad655d07dae21d9557924401f.zip cpython-98f40b1fcdbcdc6ad655d07dae21d9557924401f.tar.gz cpython-98f40b1fcdbcdc6ad655d07dae21d9557924401f.tar.bz2 |
Update URL for Pygments. 0.8.1 is no longer available
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index c566a4a..9959da2 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -67,7 +67,7 @@ or by installing it from http://docutils.sf.net/. You can optionally also install Pygments, either as a checkout via :: - svn co http://svn.python.org/projects/external/Pygments-0.8.1/pygments tools/pygments + svn co http://svn.python.org/projects/external/Pygments-0.9/pygments tools/pygments or from PyPI at http://pypi.python.org/pypi/Pygments. |