Skip to content

Commit

Permalink
fix: Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
andrijapau committed Jan 29, 2025
1 parent c36afb4 commit f547bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/workflow/construct_execution_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def construct_execution_config(qnode: "qml.QNode", resolve: bool = True):
Args:
qnode (QNode): the qnode we want to get execution configuration for
resolve (bool): whether or not to validate and fill in undetermined values like `"best"`
resolve (bool): Whether or not to validate and fill in undetermined values like `"best"`. Defaults to ``True``.
Returns:
config (qml.devices.ExecutionConfig): the execution configuration
Expand Down

0 comments on commit f547bc8

Please sign in to comment.