From d1f6850d8ddd64f6d17bc7468fef71dbec2e59d0 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Mon, 8 Apr 2024 09:00:50 +0100 Subject: [PATCH] Fix bad release-notes section (#12153) --- .../1.0/add-annotated-arg-to-control-d9a188fe66f037ad.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/1.0/add-annotated-arg-to-control-d9a188fe66f037ad.yaml b/releasenotes/notes/1.0/add-annotated-arg-to-control-d9a188fe66f037ad.yaml index c4bfbac46ca..c86f1f68d42 100644 --- a/releasenotes/notes/1.0/add-annotated-arg-to-control-d9a188fe66f037ad.yaml +++ b/releasenotes/notes/1.0/add-annotated-arg-to-control-d9a188fe66f037ad.yaml @@ -1,5 +1,5 @@ --- -features_circuit: +features_circuits: - | Added a new argument, ``annotated``, to the methods :meth:`.QuantumCircuit.control`, :meth:`.Gate.control` and ``.control()`` methods of :class:`.Gate` subclasses (such as :class:`.UnitaryGate` or :class:`.SwapGate`)