]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2012 17:15:43 +0000 (12:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2012 17:15:43 +0000 (12:15 -0500)
README.rst

index dca6860b23c812f370e376fd365c6f6fc8615c19..884e33a5c334e3d211694834603dfe351a0e6f9b 100644 (file)
@@ -103,7 +103,7 @@ SQLAlchemy's philosophy:
 * Never render a literal value in a SQL statement.
   Bound parameters are used to the greatest degree
   possible, allowing query optimizers to cache 
-  query plans effectively, to make SQL injection
+  query plans effectively and making SQL injection
   attacks a non-issue.
 
 Documentation