Skip to content

Commit

Permalink
Change Block to Bloc for consistency (#12131)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross committed Apr 3, 2024
1 parent fd2efa8 commit 7dd5cce
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 @@ -110,7 +110,7 @@
:class:`~BaseSamplerV2` is a primitive that samples outputs of quantum circuits.
Following construction, a sampler is used by calling its :meth:`~.BaseSamplerV2.run` method
with a list of pubs (Primitive Unified Blocks). Each pub contains values that, together,
with a list of pubs (Primitive Unified Blocs). Each pub contains values that, together,
define a computational unit of work for the sampler to complete:
* A single :class:`~qiskit.circuit.QuantumCircuit`, possibly parameterized.
Expand Down

0 comments on commit 7dd5cce

Please sign in to comment.