Skip to content

Commit

Permalink
Fix another copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorhardy committed Feb 2, 2024
1 parent 8c0e639 commit 5fa9f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helics/capi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ def message_id(self, v):

class HelicsQuery(_HelicsCHandle):
def __init__(self, handle, cleanup=False):
super(HelicsQueryBuffer, self).__init__(handle, cleanup)
super(HelicsQuery, self).__init__(handle, cleanup)


class HelicsQueryBuffer(_HelicsCHandle):
Expand Down

0 comments on commit 5fa9f76

Please sign in to comment.