Skip to content

Commit 079f69f

Browse files
authored
fix typo and wordsmith (Qiskit#13587)
1 parent 053ee32 commit 079f69f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

qiskit/transpiler/preset_passmanagers/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
transformations as part of Qiskit's compiler inside the
2424
:func:`~.transpile` function at the different optimization levels, but
2525
can also be used in a standalone manner.
26-
The functionality here is divided into two parts, the first includes the
27-
functions used generate the entire pass manager which is used by
28-
:func:`~.transpile` (:ref:`preset_pass_manager_generators`) and the
29-
second includes functions which are used to build (either entirely or in
30-
part) the stages which the preset pass managers are composed of
26+
The functionality here is divided into two parts. The first includes the
27+
functions used to generate the entire pass manager, which is used by
28+
:func:`~.transpile` (:ref:`preset_pass_manager_generators`), and the
29+
second includes functions that are used to build (either entirely or in
30+
part) the stages that comprise the preset pass managers
3131
(:ref:`stage_generators`).
3232
3333
.. _preset_pass_manager_generators:

0 commit comments

Comments
 (0)