diff --git a/docs/intro.txt b/docs/intro.txt index 4ce9cd69..05f83f8e 100644 --- a/docs/intro.txt +++ b/docs/intro.txt @@ -191,7 +191,7 @@ Circuits must satisfy certain conditions before they can be processed on a devic All ``pytket-qiskit`` backends have the following two predicates. -* `GateSetPredicate `_ - The circuit must contain only operations supported by the :py:class`Backend`. To view supported Ops run ``BACKENDNAME.backend_info.gate_set``. +* `GateSetPredicate `_ - The circuit must contain only operations supported by the :py:class:`Backend`. To view supported Ops run ``Backend.backend_info.gate_set``. * `NoSymbolsPredicate `_ - Parameterised gates must have numerical values when the circuit is executed. The :py:class:`IBMQBackend` and :py:class:`IBMQEmulatorBackend` may also have the following predicates depending on the capabilities of the specified device.