Skip to content

Commit

Permalink
Missing backport for generate_preset_pass_manager docs (#12636)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau committed Jun 21, 2024
1 parent 204ea41 commit 478298f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit/transpiler/preset_passmanagers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def generate_preset_pass_manager(
):
"""Generate a preset :class:`~.PassManager`
This function is used to quickly generate a preset pass manager. A preset pass
manager are the default pass managers used by the :func:`~.transpile`
This function is used to quickly generate a preset pass manager. Preset pass
managers are the default pass managers used by the :func:`~.transpile`
function. This function provides a convenient and simple method to construct
a standalone :class:`~.PassManager` object that mirrors what the :func:`~.transpile`
function internally builds and uses.
Expand Down

0 comments on commit 478298f

Please sign in to comment.