diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-30 22:03:36 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-30 22:03:36 (GMT) |
commit | 80ef62e37d445cf4bf18d2f70af0a54df914e955 (patch) | |
tree | a34c0676b3b9c656b9900b94850ef8f712e4343a | |
parent | 95287fa951ff5b8f1c38e7a9f5e9134acd59a397 (diff) | |
download | cpython-80ef62e37d445cf4bf18d2f70af0a54df914e955.zip cpython-80ef62e37d445cf4bf18d2f70af0a54df914e955.tar.gz cpython-80ef62e37d445cf4bf18d2f70af0a54df914e955.tar.bz2 |
Fix typo in whatsnew
-rw-r--r-- | Doc/whatsnew/2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 4f029b3..33bde5a 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -137,7 +137,7 @@ SourceForge. Four different trackers were examined: Atlassian's `Jira <http://www.atlassian.com/software/jira/>`__, `Launchpad <http://www.launchpad.net>`__, `Roundup <http://roundup.sourceforge.net/>`__, and -Trac <http://trac.edgewall.org/>`__. +`Trac <http://trac.edgewall.org/>`__. The committee eventually settled on Jira and Roundup as the two candidates. Jira is a commercial product that offers a no-cost hosted instance to free-software projects; Roundup |