Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-cqc committed Aug 29, 2023
1 parent 453e971 commit cb15d9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pytket/binders/circuit/boxes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,9 @@ void init_boxes(py::module &m) {
.def(
py::init<
const Op_ptr &, const Op_ptr &, const std::optional<Op_ptr>>(),
"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 "
Expand Down

0 comments on commit cb15d9d

Please sign in to comment.