From 3559ea0d1099d168e97c752016339e7949b2b8a3 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 8 Jul 2012 22:52:24 +0100 Subject: [PATCH] Fixed typo in docs Ticket #115 closed. --- doc/src/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/usage.rst b/doc/src/usage.rst index fbc9e76a..6abaf51b 100644 --- a/doc/src/usage.rst +++ b/doc/src/usage.rst @@ -199,7 +199,7 @@ argument of the `~cursor.execute()` method:: Adaptation of Python values to SQL types ---------------------------------------- -Many standards Python types are adapted into SQL and returned as Python +Many standard Python types are adapted into SQL and returned as Python objects when a query is executed. If you need to convert other Python types to and from PostgreSQL data types,