Skip to content

Commit

Permalink
Update pennylane/wires.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas R. Bromley <49409390+trbromley@users.noreply.github.com>
  • Loading branch information
austingmhuang and trbromley authored Jul 24, 2024
1 parent 0e6caa7 commit 5dd10ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/wires.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def symmetric_difference(self, other):
Wires: A new Wires object representing the symmetric difference of the two Wires objects.
Raises:
TypeError: If `other` is not an instance of Wires.
TypeError: If ``other`` is not an instance of Wires.
**Example**
Expand Down

0 comments on commit 5dd10ff

Please sign in to comment.