From 535fc8b1500cc11cc800ee3189d30bc6d8de51a7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 26 Jan 2012 12:15:43 -0500 Subject: [PATCH] typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index dca6860b23..884e33a5c3 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 -- 2.47.2