[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces - browser.py:1.6

Anthony Baxter anthony@interlink.com.au
Tue, 15 Jul 2003 00:47:10 -0400


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

Modified Files:
	browser.py 
Log Message:
typos.


=== Zope3/src/zope/publisher/interfaces/browser.py 1.5 => 1.6 ===
--- Zope3/src/zope/publisher/interfaces/browser.py:1.5	Thu May  1 15:35:46 2003
+++ Zope3/src/zope/publisher/interfaces/browser.py	Tue Jul 15 00:47:03 2003
@@ -30,7 +30,7 @@
 
 
 class IBrowserPresentation(IPresentation):
-    """Browser presentations are for interaction with user's using Web Browsers
+    """Browser presentations are for interaction with users using Web Browsers
     """
 
 
@@ -41,7 +41,7 @@
     def __getitem__(key):
         """Return Browser request data
 
-        Request data sre retrieved from one of:
+        Request data are retrieved from one of:
 
         - Environment variables