Skip to content

Commit

Permalink
Fix typo (#11983)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshida-ryuhei committed Mar 11, 2024
1 parent f68da7f commit 9f228fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/preset_passmanagers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def generate_preset_pass_manager(
physical qubits.
layout_method (str): The :class:`~.Pass` to use for choosing initial qubit
placement. Valid choices are ``'trivial'``, ``'dense'``,
and ``'sabre'``, representing :class:`~.TrivialLayout`, :class:`~DenseLayout` and
and ``'sabre'``, representing :class:`~.TrivialLayout`, :class:`~.DenseLayout` and
:class:`~.SabreLayout` respectively. This can also
be the external plugin name to use for the ``layout`` stage of the output
:class:`~.StagedPassManager`. You can see a list of installed plugins by using
Expand Down

0 comments on commit 9f228fa

Please sign in to comment.