[Zope3-checkins] SVN: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py typo

Andreas Jung andreas at andreas-jung.com
Fri Oct 7 05:09:00 EDT 2005


Log message for revision 38846:
  typo

Changed:
  U   Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py

-=-
Modified: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py
===================================================================
--- Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py	2005-10-07 08:58:44 UTC (rev 38845)
+++ Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py	2005-10-07 09:09:00 UTC (rev 38846)
@@ -96,7 +96,7 @@
     def __call__():
         """ returns a tuple (request, publication) """
 
-class IRquestPublicationRegistry(interface.Interface):
+class IRequestPublicationRegistry(interface.Interface):
     """ A registry to lookup a RequestPublicationFactory by
         request method + mime-type. Multiple factories can be configured
         for the same method+mimetype. The factory itself can introspect



More information about the Zope3-Checkins mailing list