Skip to content

Commit

Permalink
fix indentation in instructions init
Browse files Browse the repository at this point in the history
  • Loading branch information
lcapelluto committed Mar 25, 2020
1 parent a450c39 commit 97fa7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/pulse/instructions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
The duration of this instruction is implicitly zero. On the other hand, the
:py:class:`~qiskit.pulse.instructions.Delay` instruction takes an explicit duration::
Delay(duration, channel)
Delay(duration, channel)
An instruction can be added to a :py:class:`~qiskit.pulse.Schedule`, which is a
sequence of scheduled Pulse ``Instruction`` s over many channels. ``Instruction`` s and
Expand Down

0 comments on commit 97fa7bc

Please sign in to comment.