Skip to content

Commit

Permalink
Typo fixed in __init__.py (#12023)
Browse files Browse the repository at this point in the history
Fixed the typo in #12017

(cherry picked from commit 8557369)
  • Loading branch information
iamdipansh authored and mergify[bot] committed Mar 16, 2024
1 parent 266da62 commit c7043c8
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 @@ -115,7 +115,7 @@ def generate_preset_pass_manager(
backend (Backend): An optional backend object which can be used as the
source of the default values for the ``basis_gates``, ``inst_map``,
``couplig_map``, ``backend_properties``, ``instruction_durations``,
``coupling_map``, ``backend_properties``, ``instruction_durations``,
``timing_constraints``, and ``target``. If any of those other arguments
are specified in addition to ``backend`` they will take precedence
over the value contained in the backend.
Expand Down

0 comments on commit c7043c8

Please sign in to comment.