Skip to content

Commit

Permalink
Fix a docstring rst link rendering within an inline literal (#13567) (#…
Browse files Browse the repository at this point in the history
…13572)

(cherry picked from commit 40aa70c)

Co-authored-by: Eli Arbel <46826214+eliarbel@users.noreply.github.com>
  • Loading branch information
mergify[bot] and eliarbel authored Dec 16, 2024
1 parent d86ed53 commit 7c2c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def operation_names(self):

@property
def instructions(self):
"""Get the list of tuples ``(:class:`~qiskit.circuit.Instruction`, (qargs))``
"""Get the list of tuples (:class:`~qiskit.circuit.Instruction`, (qargs))
for the target
For globally defined variable width operations the tuple will be of the form
Expand Down

0 comments on commit 7c2c8a1

Please sign in to comment.