Skip to content

Commit

Permalink
Update pennylane/capture/autograph/transformer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrijapau authored Jan 8, 2025
1 parent 491ba06 commit 7fe2434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/capture/autograph/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run_autograph(fn):
Args:
fn (Callable): The callable to be converted. This could be a function, a QNode, or another callable object.
For a QNode, the ``Qnode.func`` will be converted. For another callable object, a function calling the
For a QNode, the ``QNode.func`` will be converted. For another callable object, a function calling the
object will be converted.
Returns:
Expand Down

0 comments on commit 7fe2434

Please sign in to comment.