Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Jul 18, 2023
1 parent 26971d7 commit a74968c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyquil/api/_qpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ def __init__(
:param timeout: Time limit for requests, in seconds.
:param client_configuration: Optional client configuration. If none is provided, a default one will be loaded.
:param endpoint_id: Optional endpoint ID to be used for execution.
:param use_gateway: Disable to skip the Gateway server and perform direct execution.
:param execution_options: The ``ExecutionOptions`` to use when executing a program. If provided, the options take
precedence over the `timeout` and `endpoint_id` parameters.
"""
super().__init__()

Expand Down

0 comments on commit a74968c

Please sign in to comment.