Skip to content

Commit

Permalink
doc: Fix work_wires property doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
andrijapau committed Dec 20, 2024
1 parent 84515c6 commit 0106aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/templates/subroutines/grover.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0106aaf

Please sign in to comment.