diff --git a/pennylane/templates/subroutines/grover.py b/pennylane/templates/subroutines/grover.py index 759f406883c..938db918d87 100644 --- a/pennylane/templates/subroutines/grover.py +++ b/pennylane/templates/subroutines/grover.py @@ -125,7 +125,7 @@ def __init__(self, wires: WiresLike, work_wires: WiresLike = (), id=None): @property def work_wires(self): - """Additional auxiliary wires that can be used in the decomposition of :class:`~.MultiControlledX`.""" + """Additional auxiliary wires that can be used in the decomposition of :class:`~.MultiControlledX`.""" return self.hyperparameters["work_wires"] @property