From b43e5f12490de4eb021971bcca67c7edf3a2dbce Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 5 Jul 2009 22:39:34 +0000 Subject: Spelling --- docs/tutorials/bfgwiki2/definingmodels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/bfgwiki2/definingmodels.rst') diff --git a/docs/tutorials/bfgwiki2/definingmodels.rst b/docs/tutorials/bfgwiki2/definingmodels.rst index 4942a72bd..6f4809199 100644 --- a/docs/tutorials/bfgwiki2/definingmodels.rst +++ b/docs/tutorials/bfgwiki2/definingmodels.rst @@ -27,7 +27,7 @@ application, this class should inherit from an instance of ``sqlalchemy.ext.declarative.declarative_base``. Declarative SQLAlchemy models are easier to use than directly-mapped ones. The code generated by our ``routesalchemy`` paster template does not use -declarative SQLAlchemy syntax, so we'll need to chage various things to +declarative SQLAlchemy syntax, so we'll need to change various things to begin to use declarative syntax. Our ``Page`` class will have a class level attributes -- cgit v1.2.3