From: Mike Bayer Date: Thu, 26 Jan 2012 17:15:43 +0000 (-0500) Subject: typo X-Git-Tag: rel_0_7_5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535fc8b1500cc11cc800ee3189d30bc6d8de51a7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- 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