[Checkins] SVN: megrok.rdb/trunk/src/megrok/rdb/README.txt Fixed three typos.

Brandon Rhodes brandon at rhodesmill.org
Mon Aug 18 17:03:20 EDT 2008


Log message for revision 89979:
  Fixed three typos.
  

Changed:
  U   megrok.rdb/trunk/src/megrok/rdb/README.txt

-=-
Modified: megrok.rdb/trunk/src/megrok/rdb/README.txt
===================================================================
--- megrok.rdb/trunk/src/megrok/rdb/README.txt	2008-08-18 20:53:38 UTC (rev 89978)
+++ megrok.rdb/trunk/src/megrok/rdb/README.txt	2008-08-18 21:03:20 UTC (rev 89979)
@@ -13,11 +13,11 @@
 In this document we will show you how to use ``megrok.rdb``.
 
 ``megrok.rdb`` uses SQLAlchemy's ORM system, in particular its
-declarative extension almost directly. ``megrok.rdb`` just supplies a
+declarative extension, almost directly. ``megrok.rdb`` just supplies a
 few special base classes and directives to make things easier, and a few
 other conveniences that help with integration with Grok.
 
-We first import import the SQLAlchemy bits we'll need later::
+We first import the SQLAlchemy bits we'll need later::
 
   >>> from sqlalchemy import Column, ForeignKey
   >>> from sqlalchemy.types import Integer, String
@@ -93,7 +93,7 @@
 using a foreign key.
 
 We need to actually grok these objects to have them fully set
-up  Normally grok takes care of this automatically, but in this case
+up. Normally grok takes care of this automatically, but in this case
 we'll need to do it manually.
 
 First we grok this package's grokkers::



More information about the Checkins mailing list