[Checkins] SVN: z3c.zalchemy/trunk/src/z3c/zalchemy/container.txt Small language fix.

Martijn Faassen faassen at infrae.com
Tue Sep 26 11:55:22 EDT 2006


Log message for revision 70387:
  Small language fix.
  

Changed:
  U   z3c.zalchemy/trunk/src/z3c/zalchemy/container.txt

-=-
Modified: z3c.zalchemy/trunk/src/z3c/zalchemy/container.txt
===================================================================
--- z3c.zalchemy/trunk/src/z3c/zalchemy/container.txt	2006-09-26 15:50:37 UTC (rev 70386)
+++ z3c.zalchemy/trunk/src/z3c/zalchemy/container.txt	2006-09-26 15:55:21 UTC (rev 70387)
@@ -26,7 +26,7 @@
 
    >>> c[''] = SQLTestSingle()
 
-The above line has the same effect than this :
+The above line has the same effect as this :
 
    >>> t = SQLTestSingle()
    >>> session().save(t)



More information about the Checkins mailing list