[Pypi-checkins] r810 - trunk/pypi/templates

richard python-checkins at python.org
Sat Jul 24 17:35:03 CEST 2010


Author: richard
Date: Sat Jul 24 17:35:03 2010
New Revision: 810

Modified:
   trunk/pypi/templates/display.pt
Log:
better

Modified: trunk/pypi/templates/display.pt
==============================================================================
--- trunk/pypi/templates/display.pt	(original)
+++ trunk/pypi/templates/display.pt	Sat Jul 24 17:35:03 2010
@@ -98,7 +98,7 @@
 
  <li tal:condition="data/docs | nothing">
   <strong>Documentation:</strong>
-  <a tal:attributes="href data/docs" tal:content="string:${data/name} documentation" />
+  <a tal:attributes="href data/docs" tal:content="string:${data/name} package documentation" />
  </li>
 
 <!-- The <th> elements below are a terrible terrible hack for setuptools -->


More information about the Pypi-checkins mailing list