Skip to content

Commit

Permalink
Fix two cross-references in BasisTranslator docstring (#12398) (#12405
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 07c8f20)

Co-authored-by: Jim Garrison <[email protected]>
  • Loading branch information
mergify[bot] and garrison authored May 14, 2024
1 parent 9685476 commit 2804ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit/transpiler/passes/basis/basis_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ class BasisTranslator(TransformationPass):
When this error occurs it typically means that either the target basis
is not universal or there are additional equivalence rules needed in the
:clas:~.EquivalenceLibrary` instance being used by the
:class:~.BasisTranslator` pass. You can refer to
:class:`~.EquivalenceLibrary` instance being used by the
:class:`~.BasisTranslator` pass. You can refer to
:ref:`custom_basis_gates` for details on adding custom equivalence rules.
"""

Expand Down

0 comments on commit 2804ae6

Please sign in to comment.