diff --git a/qiskit/pulse/reschedule.py b/qiskit/pulse/reschedule.py index 8c5460298d68..f23c92d4390b 100644 --- a/qiskit/pulse/reschedule.py +++ b/qiskit/pulse/reschedule.py @@ -177,7 +177,7 @@ def add_implicit_acquires(schedule: ScheduleComponent, meas_map: List[List[int]] def pad(schedule: Schedule, channels: Optional[Iterable[Channel]] = None, until: Optional[int] = None) -> Schedule: - """Pad the input ``Schedule`` with ``Delay``s on all unoccupied timeslots until ``until`` + """Pad the input ``Schedule`` with ``Delay`` s on all unoccupied timeslots until ``until`` if it is provided, otherwise until ``schedule.duration``. Args: