Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Jun 20, 2024
1 parent a6191b9 commit 39fa357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ to disk:

QiskitRuntimeService.save_account(channel="ibm_quantum", token=ibm_token, instance=my_instance)

To see which devices you can access you can use the ``available_devices`` method on the :py:class:`IBMQBackend`. Note that it is possible to pass an optional ``instance`` argument to this method. This allows you to see which IBM are accessible with your credentials.
To see which devices you can access you can use the ``available_devices`` method on the :py:class:`IBMQBackend`. Note that it is possible to pass an optional ``instance`` argument to this method. This allows you to see which IBM devices are accessible with your credentials.

::

Expand Down

0 comments on commit 39fa357

Please sign in to comment.