summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-26 12:15:43 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-26 12:15:43 -0500
commit535fc8b1500cc11cc800ee3189d30bc6d8de51a7 (patch)
tree81cef6843aedbde8467c8b05fd91aeda67ca907f
parent06da64f18b87f83e1946565a7ec0be4d6315464b (diff)
downloadsqlalchemy-535fc8b1500cc11cc800ee3189d30bc6d8de51a7.tar.gz
typo
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index dca6860b2..884e33a5c 100644
--- a/README.rst
+++ b/README.rst
@@ -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