Skip to content

Commit

Permalink
remove stray `
Browse files Browse the repository at this point in the history
  • Loading branch information
seshasaibehara committed Oct 26, 2023
1 parent 7d15105 commit c64c46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/clexulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ PYBIND11_MODULE(_clexulator, m) {
Change in extensive correlations, relative to `reference_extensive_correlations`.
)pbdoc",
py::arg("key"), py::arg("new_value"),
py::arg("`reference_extensive_correlations"))
py::arg("reference_extensive_correlations"))
.def("grad_correlations", &clexulator::Correlations::grad_correlations,
py::return_value_policy::reference_internal, R"pbdoc(
Calculate and return gradients of correlations
Expand Down

0 comments on commit c64c46a

Please sign in to comment.