Skip to content

Commit 40aa70c

Browse files
authored
Fix a docstring rst link rendering within an inline literal (Qiskit#13567)
1 parent b9ea266 commit 40aa70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit/transpiler/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def operation_names(self):
725725

726726
@property
727727
def instructions(self):
728-
"""Get the list of tuples ``(:class:`~qiskit.circuit.Instruction`, (qargs))``
728+
"""Get the list of tuples (:class:`~qiskit.circuit.Instruction`, (qargs))
729729
for the target
730730
731731
For globally defined variable width operations the tuple will be of the form

0 commit comments

Comments
 (0)