From 3eb9861ebf3efed651e34e2b218100a34cb9f28a Mon Sep 17 00:00:00 2001 From: rodolfocarobene Date: Wed, 17 May 2023 16:26:23 +0400 Subject: [PATCH] typo --- src/qibolab/pulses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibolab/pulses.py b/src/qibolab/pulses.py index 7a3480ba5..1b411cb11 100644 --- a/src/qibolab/pulses.py +++ b/src/qibolab/pulses.py @@ -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