Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 1fb513b

Browse files
authored
Merge pull request #974 from wh5a/patch-1
Fix a typo
2 parents 6c9c85a + 0bc2bbe commit 1fb513b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/circuits_advanced/4_transpiler_passes_and_passmanager.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@
13791379
"cell_type": "markdown",
13801380
"metadata": {},
13811381
"source": [
1382-
"As you can clearly see here when calling `transpile()` it now prints 2 types of log messages. The fist is at the `INFO` log level and come from the pass manager. These indicate each pass that was executed and how long that took. The second are at the `DEBUG` level and come from the StochasticSwap pass and describes the internal operation of that pass. It's useful for debugging issues in the pass's operation."
1382+
"As you can clearly see here when calling `transpile()` it now prints 2 types of log messages. The first is at the `INFO` log level and come from the pass manager. These indicate each pass that was executed and how long that took. The second are at the `DEBUG` level and come from the StochasticSwap pass and describes the internal operation of that pass. It's useful for debugging issues in the pass's operation."
13831383
]
13841384
},
13851385
{

0 commit comments

Comments
 (0)