Skip to content

Commit

Permalink
fix typo (#11689)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Feb 1, 2024
1 parent 9dfb668 commit 653b942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/passes/synthesis/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def run(self, high_level_object, coupling_map=None, target=None, qubits=None, **
:class:`~qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin` as
a setuptools entry point in the package metadata. This is done by adding
an ``entry-points`` table in ``pyproject.toml`` for the plugin package with the necessary entry
points under the ``qiskit.unitary_synthesis`` namespace. For example:
points under the ``qiskit.synthesis`` namespace. For example:
.. code-block:: toml
Expand Down

0 comments on commit 653b942

Please sign in to comment.