Skip to content

Commit

Permalink
Fix a docstring rst link rendering within an inline literal (Qiskit#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
eliarbel authored Dec 16, 2024
1 parent b9ea266 commit 40aa70c
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 40aa70c

Please sign in to comment.