diff --git a/qiskit/transpiler/preset_passmanagers/plugin.py b/qiskit/transpiler/preset_passmanagers/plugin.py index 83daf415895..acacc2b55c9 100644 --- a/qiskit/transpiler/preset_passmanagers/plugin.py +++ b/qiskit/transpiler/preset_passmanagers/plugin.py @@ -145,7 +145,7 @@ def pass_manager(self, pass_manager_config, optimization_level): an ``entry-points`` table in ``pyproject.toml`` for the plugin package with the necessary entry points under the appropriate namespace for the stage your plugin is for. You can see the list of stages, entry points, and expectations from the stage in :ref:`stage_table`. For example, -continuing from the example plugin above:: +continuing from the example plugin above: .. code-block:: toml