Skip to content

Commit 9f228fa

Browse files
Fix typo (Qiskit#11983)
1 parent f68da7f commit 9f228fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit/transpiler/preset_passmanagers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def generate_preset_pass_manager(
140140
physical qubits.
141141
layout_method (str): The :class:`~.Pass` to use for choosing initial qubit
142142
placement. Valid choices are ``'trivial'``, ``'dense'``,
143-
and ``'sabre'``, representing :class:`~.TrivialLayout`, :class:`~DenseLayout` and
143+
and ``'sabre'``, representing :class:`~.TrivialLayout`, :class:`~.DenseLayout` and
144144
:class:`~.SabreLayout` respectively. This can also
145145
be the external plugin name to use for the ``layout`` stage of the output
146146
:class:`~.StagedPassManager`. You can see a list of installed plugins by using

0 commit comments

Comments
 (0)