diff --git a/releasenotes/notes/passmanager-run-property_set-cb19ce448ab1e93a.yaml b/releasenotes/notes/passmanager-run-property_set-cb19ce448ab1e93a.yaml index e679e2846171..5f8eb831d6ac 100644 --- a/releasenotes/notes/passmanager-run-property_set-cb19ce448ab1e93a.yaml +++ b/releasenotes/notes/passmanager-run-property_set-cb19ce448ab1e93a.yaml @@ -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.