Skip to content

Commit

Permalink
Update qiskit/compiler/transpile.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ali Javadi-Abhari <ajavadia@users.noreply.github.com>
  • Loading branch information
Luciano Bello and ajavadia authored Dec 30, 2019
1 parent 570c1f1 commit 15f4dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/compiler/transpile.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _transpile_circuit(circuit_config_tuple):
Args:
circuit_config_tuple (tuple):
circuit (QuantumCircuit): circuit to transpile
transpile_config (dict): configuration dictating how to transpile. The format of the
transpile_config (dict): configuration dictating how to transpile. The
dictionary has the following format:
{'optimization_level': int,
'pass_manager': PassManager,
Expand Down

0 comments on commit 15f4dd4

Please sign in to comment.