From 644b152ce3d4cf2130911cd8ea791c127f59ae94 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 27 Feb 2024 18:15:03 +0000 Subject: [PATCH] Update docs/api/migration-guides/qiskit-1.0-features.mdx Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> --- docs/api/migration-guides/qiskit-1.0-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/migration-guides/qiskit-1.0-features.mdx b/docs/api/migration-guides/qiskit-1.0-features.mdx index 752e51b0164..c35f5665b24 100644 --- a/docs/api/migration-guides/qiskit-1.0-features.mdx +++ b/docs/api/migration-guides/qiskit-1.0-features.mdx @@ -50,7 +50,7 @@ tool to detect removed import paths in your code and suggest alternatives. -This tool only detects removed import paths, it does not detect use of removed +This tool only detects removed import paths. It does not detect the use of removed methods (such as `QuantumCircuit.qasm`) or arguments. It also can't keep track of assignments such as `qk = qiskit`, although it can handle aliases such as `import qiskit as qk`.