Browse Source

Small typo

Ovidio Peña Rodríguez 4 years ago
parent
commit
263c3f4b53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pb11_wrapper.cc

+ 1 - 1
src/pb11_wrapper.cc

@@ -17,7 +17,7 @@ PYBIND11_MODULE(scattnlay_dp, m)
         py::arg("x"), py::arg("m"), py::arg("nmax") = -1, py::arg("pl") = -1);
         py::arg("x"), py::arg("m"), py::arg("nmax") = -1, py::arg("pl") = -1);
 
 
   m.def("expancoeffs", &py_ExpanCoeffs,
   m.def("expancoeffs", &py_ExpanCoeffs,
-        "Calculate the expansion coefficients, required to calculate both the near- and far-field parameters.",
+        "Calculate the expansion coefficients, required to calculate the near-field parameters.",
         py::arg("x"), py::arg("m"), py::arg("nmax") = -1, py::arg("pl") = -1);
         py::arg("x"), py::arg("m"), py::arg("nmax") = -1, py::arg("pl") = -1);
 
 
   m.def("scattnlay", &py_scattnlay,
   m.def("scattnlay", &py_scattnlay,