Skip to content

Commit 19bbb72

Browse files
committed
fix docs
1 parent 25cf688 commit 19bbb72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎testgres/node.py

-3
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)