Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
austingmhuang committed Jul 25, 2024
1 parent d705319 commit 7b1f759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/registers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def registers(register_dict):
algorithms. Register names and their total number of wires are typically known in advance,
but managing the specific wire range for each register can be a challenge. The ``qml.registers()``
function creates a dictionary that maps register name to :class:`~.Wires` object. Moreover,
it allows to input a nested structure where registers contain sub-registers, as illustrated
it allows one to input a nested structure where registers contain sub-registers, as illustrated
in the examples below.
Args:
Expand Down

0 comments on commit 7b1f759

Please sign in to comment.