Skip to content

Commit dcad691

Browse files
fix typo
1 parent eba432e commit dcad691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/openpulse/openpulse/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def visitOpenpulseStatement(self, ctx: openpulseParser.OpenpulseStatementContext
337337

338338

339339
class CalParser(QASMVisitor[None]):
340-
"""Visit OpenQASM3 AST and pase calibration
340+
"""Visit OpenQASM3 AST and parse calibration
341341
342342
Attributes:
343343
permissive: should OpenPulse parsing be permissive? If True, ANTLR

0 commit comments

Comments
 (0)