Skip to content

Commit

Permalink
Remove danp's trailing whitespace :D
Browse files Browse the repository at this point in the history
  • Loading branch information
lcapelluto committed Apr 1, 2020
1 parent 3563220 commit 5f790b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qiskit/pulse/instructions/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def pulse(self):
"""A description of the samples that will be played.
Returns:
:class:`~qiskit.pulse.pulse_lib.Pulse`: A subclass of
:class:`~qiskit.pulse.pulse_lib.Pulse`, e.g.
:class:`~qiskit.pulse.pulse_lib.SamplePulse` or
:class:`~qiskit.pulse.pulse_lib.Pulse`: A subclass of
:class:`~qiskit.pulse.pulse_lib.Pulse`, e.g.
:class:`~qiskit.pulse.pulse_lib.SamplePulse` or
:class:`~qiskit.pulse.pulse_lib.Gaussian`.
"""
return self._pulse
Expand Down

0 comments on commit 5f790b5

Please sign in to comment.