[Checkins] SVN: z3c.preference/trunk/src/z3c/preference/README.txt typos

Michael Howitz mh at gocept.com
Mon Jan 2 15:27:46 UTC 2012


Log message for revision 123884:
  typos

Changed:
  U   z3c.preference/trunk/src/z3c/preference/README.txt

-=-
Modified: z3c.preference/trunk/src/z3c/preference/README.txt
===================================================================
--- z3c.preference/trunk/src/z3c/preference/README.txt	2012-01-02 14:17:52 UTC (rev 123883)
+++ z3c.preference/trunk/src/z3c/preference/README.txt	2012-01-02 15:27:45 UTC (rev 123884)
@@ -79,8 +79,8 @@
 Editing preferences using browser
 ---------------------------------
 
-There is a name space to access the preferences. On the page a form is
-displayed which show the default values:
+There is a namespace to access the preferences. On the page a form is
+displayed which shows the default values:
 
 >>> browser.open('http://localhost/++preferences++/BackEndSettings')
 >>> browser.getControl('E-mail Address').value
@@ -99,7 +99,7 @@
 >>> browser.getControl('no').click()
 >>> browser.getControl('Apply').click()
 
-After submitting the form gets displayed again and shown the changed values:
+After submitting the form gets displayed again and shows the changed values:
 
 >>> 'Data successfully updated.' in browser.contents
 True



More information about the checkins mailing list