Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfocarobene committed May 17, 2023
1 parent b393414 commit 3eb9861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibolab/pulses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ def shallow_copy(self): # -> Pulse:
)

def is_equal_ignoring_start(self, item) -> bool:
"""Check if two pulses are equal, excepto from the start time"""
"""Check if two pulses are equal ignoring start time"""
return (
self.duration == item.duration
and self.amplitude == item.amplitude
Expand Down

0 comments on commit 3eb9861

Please sign in to comment.