Skip to content

Commit 4000f06

Browse files
committed
__str__ typo
1 parent 7c55850 commit 4000f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qupulse/program/linspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def __hash__(self):
895895
return hash((self.channel,self.value,self.key))
896896

897897
def __str__(self):
898-
return "Increment("+",".join([f"{k}="+v.__str__() for k,v in vars(self).items()])+")"
898+
return "Set("+",".join([f"{k}="+v.__str__() for k,v in vars(self).items()])+")"
899899

900900
@dataclass
901901
class Wait:

0 commit comments

Comments
 (0)