Skip to content

Commit

Permalink
Fix docstring format.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Aug 15, 2023
1 parent a6cbd53 commit 89ccacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/binders/passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 89ccacf

Please sign in to comment.