Skip to content

Commit

Permalink
fix typo (#11679)
Browse files Browse the repository at this point in the history
* fix typo

* another typo
  • Loading branch information
kevinsung authored Jan 30, 2024
1 parent 3773444 commit 82f15d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit/transpiler/passes/synthesis/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def run(self, unitary, **options):
.. code-block:: toml
[project.entry-points."qiskit.unitary-synthesis"]
[project.entry-points."qiskit.unitary_synthesis"]
"special" = "qiskit_plugin_pkg.module.plugin:SpecialUnitarySynthesis"
There isn't a limit to the number of plugins a single package can
Expand All @@ -149,7 +149,7 @@ def run(self, unitary, **options):
For some unitary synthesis plugins that expose multiple options and tunables
the plugin interface has an option for users to provide a free form
configuration dictionary. This will be passed through to the ``run()`` method
as the ``config`` kwarg. If your plugin has these configuration options you
as the ``options`` kwarg. If your plugin has these configuration options you
should clearly document how a user should specify these configuration options
and how they're used as it's a free form field.
Expand Down

0 comments on commit 82f15d7

Please sign in to comment.