Skip to content

Commit 2e759d4

Browse files
author
James William Pye
committed
Correct name reference.
1 parent c5602f1 commit 2e759d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/protocol/client3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def synchronize(self):
4545
"""
4646
if self.xact is not None:
4747
self.complete()
48-
x = pq.Instruction((element.SynchronizeMessage,))
48+
x = xact.Instruction((element.SynchronizeMessage,))
4949
self.xact = x
5050
self.complete()
5151

0 commit comments

Comments
 (0)