From c77f13ac2fb39e2eff8ad21950cc6cc3228ccc60 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Thu, 31 Oct 2024 15:23:13 -0400 Subject: [PATCH] fix docs --- pennylane_qiskit/qiskit_device.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pennylane_qiskit/qiskit_device.py b/pennylane_qiskit/qiskit_device.py index cc2c4b48..f88f2b32 100644 --- a/pennylane_qiskit/qiskit_device.py +++ b/pennylane_qiskit/qiskit_device.py @@ -103,10 +103,10 @@ def qiskit_session(device, **kwargs): Args: device (QiskitDevice2): the device that will create remote tasks using the session - **kwargs: session keyword arguments to be used for settings for the Session. At the - time of writing, the only relevant keyword argument is "max_time", which lets you - set the maximum amount of time the session is open. For the most up to date information, - please refer to the Qiskit Session + **kwargs: session keyword arguments to be used for settings for the Session. + At the time of writing, the only relevant keyword argument is "max_time", which lets + you set the maximum amount of time the session is open. For the most up to date + information, please refer to the Qiskit Session `documentation `_. **Example:**