[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/HTTP - IHTTPRequest.py:1.1.2.6
Steve Alexander
steve@cat-box.net
Sun, 7 Apr 2002 14:38:19 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/HTTP
In directory cvs.zope.org:/tmp/cvs-serv12967/Zope/Publisher/HTTP
Modified Files:
Tag: Zope-3x-branch
IHTTPRequest.py
Log Message:
fixed tiny docstring typo
=== Zope3/lib/python/Zope/Publisher/HTTP/IHTTPRequest.py 1.1.2.5 => 1.1.2.6 ===
def setPathSuffix(steps):
- """Add additional trversal steps to be taken after all other traversal
+ """Add additional traversal steps to be taken after all other traversal
This is used to handle HTTP request methods (except for GET
and POST in the case of browser requests) and XML-RPC methods.