diff --git a/release-notes/0.35.0.rst b/release-notes/0.35.0.rst index ca68df284..90428053a 100644 --- a/release-notes/0.35.0.rst +++ b/release-notes/0.35.0.rst @@ -14,7 +14,7 @@ New Features :class:`.LocalRuntimeJob`. This new class inherits from Qiskit's ``PrimitiveJob`` class while adding the methods and properties found in :class:`.BaseRuntimeJob`. This way, running jobs in the local testing mode will be more similar to running jobs on a real backend. (`2057 `__) -- Two new fake backends, ``FakeFez`` and ``FakeMarrakesh`` have been added. These are 156 qubit Heron devices. (`2112 `__) +- Two new fake backends, ``FakeFez`` and ``FakeMarrakesh``, have been added. These are 156-qubit Heron devices. (`2112 `__) Other Notes