Fix typo. Closes #343
authorChristopher Denter <dennda@the-space-station.com>
Mon, 27 Apr 2009 23:50:32 +0000 (01:50 +0200)
committerChristopher Denter <dennda@the-space-station.com>
Mon, 27 Apr 2009 23:50:32 +0000 (01:50 +0200)
--HG--
branch : trunk

docs/faq.rst

index 2042fccf5c10a8d719b557400bf74fd868b875b2..0e3bf5a214a4be844bdfbe526cbeab183208125e 100644 (file)
@@ -63,7 +63,7 @@ Or directly provide the model for quick testing::
     {% endfor %}
 
 Please keep in mind that even though you may put such things into templates
-it still isn't a good idea.  Queries should go into the view code and now
+it still isn't a good idea.  Queries should go into the view code and not
 the template!
 
 Isn't it a terrible idea to put Logic into Templates?