Skip to content

Commit aafec0f

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent fbc25a4 commit aafec0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyEXP/CoefWrappers.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -733,13 +733,13 @@ void CoefficientClasses(py::module &m) {
733733
734734
See also
735735
--------
736-
setCenter : read-write access to the coefficient time
736+
setCoefTime : read-write access to the coefficient time
737737
)")
738738
.def("setCoefTime",
739739
static_cast<void (CoefStruct::*)(double&)>(&CoefStruct::setTime),
740740
py::arg("tval"),
741741
R"(
742-
Set the coefficien time
742+
Set the coefficient time
743743
744744
Parameters
745745
----------

0 commit comments

Comments
 (0)