Skip to content

Commit

Permalink
Update docs/api/migration-guides/qiskit-1.0-features.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
frankharkins and Eric-Arellano authored Feb 27, 2024
1 parent 66546f8 commit 644b152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/migration-guides/qiskit-1.0-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tool to detect removed import paths in your code and suggest alternatives.
</Tabs>

<Admonition type="note" title="Limitations">
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`.
Expand Down

0 comments on commit 644b152

Please sign in to comment.