From e2bc6e309446b0bbf9d476f9ef3eef5aae8897a7 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Tue, 10 Dec 2024 13:06:44 -0500 Subject: [PATCH] typo: should be qiskit_ibm_catalog --- docs/guides/functions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/functions.ipynb b/docs/guides/functions.ipynb index 807e0714cac..0aefa7c5f51 100644 --- a/docs/guides/functions.ipynb +++ b/docs/guides/functions.ipynb @@ -113,7 +113,7 @@ " Initialize the service in an untrusted environment\n", "\n", " ```python\n", - " from qiskit-ibm-catalog import QiskitFunctionsCatalog\n", + " from qiskit_ibm_catalog import QiskitFunctionsCatalog\n", "\n", " # After using the following code, go to your dashboard (https://quantum.ibm.com/)\n", " # and expire your API token (click the refresh button in the API token field)\n",