[Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/tests.py
Some typo fixes.
Marius Gedminas
marius at pov.lt
Tue May 30 12:24:08 EDT 2006
Log message for revision 68397:
Some typo fixes.
Changed:
U Zope3/trunk/src/zope/testbrowser/tests.py
-=-
Modified: Zope3/trunk/src/zope/testbrowser/tests.py
===================================================================
--- Zope3/trunk/src/zope/testbrowser/tests.py 2006-05-30 16:18:49 UTC (rev 68396)
+++ Zope3/trunk/src/zope/testbrowser/tests.py 2006-05-30 16:24:08 UTC (rev 68397)
@@ -47,7 +47,7 @@
class FauxConnection(object):
- """A ``urllib2`` compatible connection obejct."""
+ """A ``urllib2`` compatible connection object."""
def __init__(self, host):
pass
@@ -89,7 +89,7 @@
def getresponse(self):
"""Return a ``urllib2`` compatible response.
- The goal of ths method is to convert the Zope Publisher's reseponse to
+ The goal of this method is to convert the Zope Publisher's response to
a ``urllib2`` compatible response, which is also understood by
mechanize.
"""
@@ -195,7 +195,7 @@
--127.0.0.11000318041146699896411--
<BLANKLINE>
-You can pass s atring to add_file:
+You can pass a string to add_file:
>>> browser.getControl(name='foo').add_file(
More information about the Zope3-Checkins
mailing list