Skip to content

Commit

Permalink
Fix spelling of StatevectorSampler import in API doc. (#11976) (#11984)
Browse files Browse the repository at this point in the history
(cherry picked from commit f68da7f)

Co-authored-by: Blake Johnson <blakejohnson04@gmail.com>
  • Loading branch information
mergify[bot] and blakejohnson committed Mar 11, 2024
1 parent 30a22e4 commit a7408b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/primitives/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
.. code-block:: python
from qiskit.primitives.statevector_sampler import Sampler
from qiskit.primitives import StatevectorSampler as Sampler
from qiskit import QuantumCircuit
from qiskit.circuit.library import RealAmplitudes
Expand Down

0 comments on commit a7408b7

Please sign in to comment.