[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces - __init__.py:1.10
Steve Alexander
steve@cat-box.net
Mon, 24 Feb 2003 09:41:12 -0500
Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv15797/src/zope/publisher/interfaces
Modified Files:
__init__.py
Log Message:
fixed docstring typo
=== Zope3/src/zope/publisher/interfaces/__init__.py 1.9 => 1.10 ===
--- Zope3/src/zope/publisher/interfaces/__init__.py:1.9 Wed Feb 19 10:36:11 2003
+++ Zope3/src/zope/publisher/interfaces/__init__.py Mon Feb 24 09:41:12 2003
@@ -371,7 +371,7 @@
"""
def processInputs():
- """Do any input processing that needs to bve done before traversing
+ """Do any input processing that needs to be done before traversing
This is done after construction to allow the publisher to
handle errors that arise.