From 89ccacfab3bc31c725c6fd1ddc726d167b3816cc Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Tue, 15 Aug 2023 10:44:34 +0100 Subject: [PATCH] Fix docstring format. --- pytket/binders/passes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytket/binders/passes.cpp b/pytket/binders/passes.cpp index a16c0880a0..09053af556 100644 --- a/pytket/binders/passes.cpp +++ b/pytket/binders/passes.cpp @@ -505,7 +505,7 @@ PYBIND11_MODULE(passes, m) { "\n:param tk1_replacement: A function which, given the parameters of " "an Rz(a)Rx(b)Rz(c) triple, returns an equivalent circuit in the " "desired basis." - "\n: param always_squash_symbols: If true, always squash symbolic gates " + "\n:param always_squash_symbols: If true, always squash symbolic gates " "regardless of the blow-up in complexity. Default is false, meaning that " "symbolic gates are only squashed if doing so reduces the overall " "symbolic complexity.",