Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Peña Tapia <[email protected]>
  • Loading branch information
jakelishman and ElePT authored Feb 14, 2025
1 parent f356f3f commit f5d4941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ upgrade_transpiler:
- |
Passing ``property_set`` as an arbitrary keyword argument to the :meth:`~.BasePassManager.run`
method of a subclass of :class:`.BasePassManager` will change behavior in Qiskit 2.0. It is
currently forwarded to the internal representation converting functions of the pass maanger, as
currently forwarded to the internal representation converting functions of the pass manager, as
is any arbitrary keyword argument to that method. Starting from Qiskit 2.0, the option will
instead be used to set the seed of the :class:`.PropertySet` for the pipeline run, and the
argument will not be passed to the conversion functions.
Expand Down

0 comments on commit f5d4941

Please sign in to comment.