From c329ce6dd255f93cb686463a26f0ecd4ba11daf3 Mon Sep 17 00:00:00 2001 From: Eli Arbel Date: Mon, 16 Dec 2024 12:30:45 +0200 Subject: [PATCH] Fix a docstring rst link rendering within an inline literal --- qiskit/transpiler/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/transpiler/target.py b/qiskit/transpiler/target.py index fb15a8039d3..51e1967473f 100644 --- a/qiskit/transpiler/target.py +++ b/qiskit/transpiler/target.py @@ -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