[Checkins] SVN: z3c.rest/trunk/src/z3c/rest/client.txt fixed some typos

Paul Carduner paulcarduner at gmail.com
Fri Feb 1 11:33:13 EST 2008


Log message for revision 83389:
  fixed some typos

Changed:
  U   z3c.rest/trunk/src/z3c/rest/client.txt

-=-
Modified: z3c.rest/trunk/src/z3c/rest/client.txt
===================================================================
--- z3c.rest/trunk/src/z3c/rest/client.txt	2008-02-01 15:50:27 UTC (rev 83388)
+++ z3c.rest/trunk/src/z3c/rest/client.txt	2008-02-01 16:33:13 UTC (rev 83389)
@@ -3,7 +3,7 @@
 ===========
 
 The REST client provides a simple Python API to interact easily with RESTive
-Web services. It was designed with to have a similar API to Zope's test
+Web services. It was designed to have a similar API to Zope's test
 browser.
 
 Let's start by instantiating the the client. Of course we have a version of
@@ -124,7 +124,7 @@
     <name></name>
   </folder>
 
-But our little demo API can do morw. Parameters can also be specified as a
+But our little demo API can do more. Parameters can also be specified as a
 header with a special prefix. Headers can be globally specified and are then
 used for every request:
 



More information about the Checkins mailing list