Skip to content

Commit

Permalink
Fixes #7078: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pollyshaw committed Jul 18, 2022
1 parent 8673f07 commit 21e7d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/pulse/instructions/delay.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
Args:
duration: Length of time of the delay in terms of dt.
channel: The channel that will have the delay.
name: Name of the delay for display purposes.k
name: Name of the delay for display purposes.
"""
super().__init__(operands=(duration, channel), name=name)

Expand Down

0 comments on commit 21e7d53

Please sign in to comment.