From fbc54f8e07d7c8287e54b10bcba0b6d1c1e12f36 Mon Sep 17 00:00:00 2001 From: Gil Raphaelli Date: Tue, 2 Jun 2015 18:07:19 -0400 Subject: [PATCH] fix typo and minor style --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d82b9b8..eb30a6c 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Requirements Usage ----- -DSN format is simpilar to that of regular postgres: +DSN format is similar to that of regular postgres: from sqlalchemy import create_engine @@ -22,5 +22,5 @@ DSN format is simpilar to that of regular postgres: Notes ----- -Currently, contraints and indexes return nothing when intropecting tables. This comes from the redshift implementation of the postgresql api == 8.0 +Contraints and indexes currently return nothing when intropecting tables. This comes from the redshift implementation of the postgresql api == 8.0