Skip to content

Commit

Permalink
Update qiskit/transpiler/passes/layout/set_layout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored Jul 13, 2023
1 parent 4a14e74 commit fc17be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/passes/layout/set_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, layout):
"""SetLayout initializer.
Args:
layout (Layout or List[int] or Dict[int, int]): the layout to set. It can be:
layout (Layout or List[int]): the layout to set. It can be:
* a :class:`Layout` instance: sets that layout.
* a list of integers: takes the index in the list as the physical position in which the
Expand Down

0 comments on commit fc17be6

Please sign in to comment.