Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
prawn-cake committed Sep 20, 2015
1 parent e2e03bd commit c35a59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Result set index based access

with self.pg_client.nt_cursor as cursor:
cursor.execute('SELECT * FROM users')
result = cursor.fetchall()


users = cursor.fetchall()
user = users[0]
print(user.name)

Expand Down

0 comments on commit c35a59e

Please sign in to comment.