diff options
-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 |