From 98df72173b51c3c4cd16bcaf821bf90ca5ec68fb Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Thu, 23 Jun 2022 16:12:13 -0700 Subject: [PATCH] backquotes for decompose args --- cirq-core/cirq/protocols/decompose_protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cirq-core/cirq/protocols/decompose_protocol.py b/cirq-core/cirq/protocols/decompose_protocol.py index 2bc4bdab7b5..870678cf943 100644 --- a/cirq-core/cirq/protocols/decompose_protocol.py +++ b/cirq-core/cirq/protocols/decompose_protocol.py @@ -168,7 +168,7 @@ def decompose( unwanted non-decomposable operation. preserve_structure: Prevents subcircuits (i.e. `CircuitOperation`s) from being decomposed, but decomposes their contents. If this is - True, 'intercepting_decomposer' cannot be specified. + True, `intercepting_decomposer` cannot be specified. Returns: A list of operations that the given value was decomposed into. If