Skip to content

Commit

Permalink
📝 small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Jan 9, 2025
1 parent c11d4b0 commit af68449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inline void potential_to_distance_conversion(pybind11::module& m)
namespace py = pybind11;

m.def("potential_to_distance_conversion", &fiction::potential_to_distance_conversion, py::arg("potential"),
py::arg("params"), py::arg("precision"), DOC(fiction_convert_potential_to_distance));
py::arg("params"), py::arg("precision"), DOC(fiction_potential_to_distance_conversion));
}

} // namespace pyfiction
Expand Down

0 comments on commit af68449

Please sign in to comment.