Skip to content

Commit

Permalink
Update qiskit/transpiler/passes/utils/gates_basis.py
Browse files Browse the repository at this point in the history
Co-authored-by: John Lapeyre <[email protected]>
  • Loading branch information
mtreinish and jlapeyre authored Jan 20, 2022
1 parent 9a74727 commit ae475b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/passes/utils/gates_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, basis_gates, target=None):
Args:
basis_gates (list): The list of strings representing the set of basis gates.
target (Target): If specified the target represnting the backend. If specified
target (Target): If specified the target representing the backend. If specified
this will be used instead of the ``basis_gates`` parameter
"""
super().__init__()
Expand Down

0 comments on commit ae475b1

Please sign in to comment.