[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces - http.py:1.10

R. Sean Bowman sean.bowman@acm.org
Fri, 7 Mar 2003 19:51:57 -0500


Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv6337/publisher/interfaces

Modified Files:
	http.py 
Log Message:
change service names: Events -> EventDispatch, Subscription ->
EventSubscription, ErrorReports -> ErrorLogging


=== Zope3/src/zope/publisher/interfaces/http.py 1.9 => 1.10 ===
--- Zope3/src/zope/publisher/interfaces/http.py:1.9	Sun Mar  2 13:09:02 2003
+++ Zope3/src/zope/publisher/interfaces/http.py	Fri Mar  7 19:51:53 2003
@@ -28,7 +28,7 @@
 
 
 class IHTTPPresentation(IPresentation):
-    """HTTP presentations are for interaction with user's using Web HTTPs
+    """HTTP presentations are for interaction with users using Web HTTPs
     """
 
 class IHTTPResource(IHTTPPresentation, IResource):