Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b130bc0

Browse files
committed
Merge branch 'master' into gh-pages
2 parents 55d7013 + 19bbb72 commit b130bc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testgres/node.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -830,11 +830,8 @@ def psql(self,
830830
831831
Examples:
832832
>>> psql('select 1')
833-
(0, b'1\n', b'')
834833
>>> psql('postgres', 'select 2')
835-
(0, b'2\n', b'')
836834
>>> psql(query='select 3', ON_ERROR_STOP=1)
837-
(0, b'3\n', b'')
838835
"""
839836

840837
# Set default arguments

0 commit comments

Comments
 (0)