[Checkins] SVN: z3c.request/trunk/src/z3c/request/README.txt fixed a typo

Fabio Tranchitella kobold at kobold.it
Tue Aug 18 11:17:49 EDT 2009


Log message for revision 102916:
  fixed a typo

Changed:
  U   z3c.request/trunk/src/z3c/request/README.txt

-=-
Modified: z3c.request/trunk/src/z3c/request/README.txt
===================================================================
--- z3c.request/trunk/src/z3c/request/README.txt	2009-08-18 14:54:20 UTC (rev 102915)
+++ z3c.request/trunk/src/z3c/request/README.txt	2009-08-18 15:17:49 UTC (rev 102916)
@@ -3,7 +3,8 @@
 
 This package provides a common interface for browser request implementations.
 
-There is not much we can test except that IView is importable and an interface:
+There is not much we can test except that IRequest is importable and an
+interface:
 
     >>> from z3c.request.interfaces import IRequest
     >>> from zope.interface import Interface



More information about the Checkins mailing list