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