Skip to content

Commit

Permalink
Update qiskit_ibm_runtime/execution_span/execution_spans.py
Browse files Browse the repository at this point in the history
Co-authored-by: Samuele Ferracin <[email protected]>
  • Loading branch information
ihincks and SamFerracin authored Oct 29, 2024
1 parent 65bda6e commit 7b04452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/execution_span/execution_spans.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def sort(self, inplace: bool = True) -> "ExecutionSpans":
return obj

def draw(self, normalize_y: bool = False) -> "PlotlyFigure":
"""Draw these execution spans on a plot.
"""Draw these execution spans.
.. note::
To draw multiple sets of execution spans at once, for examule, coming from multiple
Expand Down

0 comments on commit 7b04452

Please sign in to comment.