Skip to content

Commit

Permalink
Update pennylane/workflow/qnode.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Darwish <[email protected]>
  • Loading branch information
albi3ro and Shiro-Raven authored Jul 23, 2024
1 parent 9a8b614 commit 76cc527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/workflow/qnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ def _validate_backprop_method(device, interface, tape=None):
if device.short_name != "default.qubit.legacy":
warnings.warn(
"The switching of devices for backpropagation is now deprecated in v0.38 and "
"will be removed in v0.39, as this behavior was developered purely for the"
"will be removed in v0.39, as this behavior was developed purely for the"
" deprecated default.qubit.legacy. ",
qml.PennyLaneDeprecationWarning,
)
Expand Down

0 comments on commit 76cc527

Please sign in to comment.