diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-26 12:15:43 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-26 12:15:43 -0500 |
commit | 535fc8b1500cc11cc800ee3189d30bc6d8de51a7 (patch) | |
tree | 81cef6843aedbde8467c8b05fd91aeda67ca907f | |
parent | 06da64f18b87f83e1946565a7ec0be4d6315464b (diff) | |
download | sqlalchemy-535fc8b1500cc11cc800ee3189d30bc6d8de51a7.tar.gz |
typo
-rw-r--r-- | README.rst | 2 |
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 |