[Pypi-checkins] r950 - trunk/pypi

richard python-checkins at python.org
Mon Aug 22 08:55:52 CEST 2011


Author: richard
Date: Mon Aug 22 08:55:51 2011
New Revision: 950

Modified:
   trunk/pypi/webui.py
Log:
fix

Modified: trunk/pypi/webui.py
==============================================================================
--- trunk/pypi/webui.py	(original)
+++ trunk/pypi/webui.py	Mon Aug 22 08:55:51 2011
@@ -390,7 +390,7 @@
         ('list_classifiers', 'List trove classifiers'),
         ('index', 'List packages'),
         ('rss', 'RSS (latest 40 updates)'),
-        ('package_rss', 'RSS (newest 40 packages)'),
+        ('packages_rss', 'RSS (newest 40 packages)'),
         ('role_form', 'Admin'),
     )
     def navlinks_html(self):


More information about the Pypi-checkins mailing list