Skip to content

Commit

Permalink
Remove stray s.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Jun 3, 2024
1 parent c84849a commit a3024d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cells.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ void register_cells(py::module& m) {

// arb::cell_cv_data
cell_cv_data
s .def_property_readonly("num_cv", [](const arb::cell_cv_data& data){return data.size();},
.def_property_readonly("num_cv", [](const arb::cell_cv_data& data){return data.size();},
"Return the number of CVs in the cell.")
.def("cables",
[](const arb::cell_cv_data& d, unsigned index) {
Expand Down

0 comments on commit a3024d9

Please sign in to comment.