From cb15d9d2b843b3564e54d14ee56704728828bcab Mon Sep 17 00:00:00 2001 From: Yao Tang Date: Tue, 29 Aug 2023 09:37:34 +0100 Subject: [PATCH] Update docstring --- pytket/binders/circuit/boxes.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pytket/binders/circuit/boxes.cpp b/pytket/binders/circuit/boxes.cpp index 5c559db712..5d86eeb4fa 100644 --- a/pytket/binders/circuit/boxes.cpp +++ b/pytket/binders/circuit/boxes.cpp @@ -699,8 +699,9 @@ void init_boxes(py::module &m) { .def( py::init< const Op_ptr &, const Op_ptr &, const std::optional>(), - "from operations that perform compute, action, and uncompute. All " - "three operations need to be quantum and have the same size.\n\n" + "Construct from operations that perform compute, action, and " + "uncompute. All three operations need to be quantum and have the " + "same size.\n\n" ":param compute: the compute operation\n" ":param action: the action operation\n" ":param uncompute: optional uncompute operation, default to "