Skip to content

Commit cd26d49

Browse files
Fix a small document issue (Qiskit#13403) (Qiskit#13404)
(cherry picked from commit 4fd2a4e) Co-authored-by: Takashi Imamichi <[email protected]>
1 parent 1c684f2 commit cd26d49

File tree

1 file changed

+1
-1
lines changed
  • qiskit/transpiler/preset_passmanagers

1 file changed

+1
-1
lines changed

qiskit/transpiler/preset_passmanagers/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def pass_manager(self, pass_manager_config, optimization_level):
145145
an ``entry-points`` table in ``pyproject.toml`` for the plugin package with the necessary entry
146146
points under the appropriate namespace for the stage your plugin is for. You can see the list of
147147
stages, entry points, and expectations from the stage in :ref:`stage_table`. For example,
148-
continuing from the example plugin above::
148+
continuing from the example plugin above:
149149
150150
.. code-block:: toml
151151

0 commit comments

Comments
 (0)