Skip to content

Commit

Permalink
Fix Sphinx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed May 16, 2024
1 parent 38822bf commit b42ea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/providers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def get_translation_stage_plugin(self):
on this in your documentation, and insert a check into your :meth:`~.BackendV2.run` method (see
:ref:`providers-guide-backend-run`) to eagerly reject circuits containing them. You can examine
:attr:`.QuantumCircuit.num_vars` for the presence of variables at the top level. If you accept
:ref:`control-flow operations `circuit-control-flow-repr`, you might need to recursively search the
:ref:`control-flow operations <circuit-control-flow-repr>`, you might need to recursively search the
internal :attr:`~.ControlFlowOp.blocks` of each for scope-local variables with
:attr:`.QuantumCircuit.num_declared_vars`.
Expand Down

0 comments on commit b42ea93

Please sign in to comment.