[Checkins] SVN: megrok.rdb/trunk/src/megrok/rdb/tests/reflection.py Fix typo.

Martijn Faassen faassen at infrae.com
Mon Oct 27 22:03:39 EDT 2008


Log message for revision 92645:
  Fix typo.
  

Changed:
  U   megrok.rdb/trunk/src/megrok/rdb/tests/reflection.py

-=-
Modified: megrok.rdb/trunk/src/megrok/rdb/tests/reflection.py
===================================================================
--- megrok.rdb/trunk/src/megrok/rdb/tests/reflection.py	2008-10-27 23:46:48 UTC (rev 92644)
+++ megrok.rdb/trunk/src/megrok/rdb/tests/reflection.py	2008-10-28 02:03:37 UTC (rev 92645)
@@ -1,6 +1,6 @@
 """
-A reflected model is a model that defined by the table in the database
-(as opposed to defining the database table in Python).
+A reflected model is a model that is defined by the table in the
+database (as opposed to defining the database table in Python).
 
 Let's first grok things::
 



More information about the Checkins mailing list