[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - IBrowserRequest.py:1.1.4.4
Steve Alexander
steve@cat-box.net
Sun, 7 Apr 2002 14:36:55 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv12589/Zope/Publisher/Browser
Modified Files:
Tag: Zope-3x-branch
IBrowserRequest.py
Log Message:
fixed tiny docstring typo
=== Zope3/lib/python/Zope/Publisher/Browser/IBrowserRequest.py 1.1.4.3 => 1.1.4.4 ===
class IBrowserRequest(IHTTPRequest, IVirtualHostRequest):
- """Browser-specific Rquest functionality.
+ """Browser-specific Request functionality.
Note that the browser is special in many ways, since it exposes
the Request object to the end-developer.