Fix various typos (#8769)

This commit is contained in:
Gold856
2026-04-14 00:51:36 -04:00
committed by GitHub
parent 613c86d1d7
commit f96ded6909
31 changed files with 63 additions and 63 deletions

View File

@@ -3,5 +3,5 @@ classes:
methods:
SetPID:
SetFF:
EnableContinousInput:
DisableContinousInput:
EnableContinuousInput:
DisableContinuousInput:

View File

@@ -11,4 +11,4 @@ classes:
SetAngleRange:
SetPWMRange:
SetReversed:
SetContinousRotationMode:
SetContinuousRotationMode:

View File

@@ -24,7 +24,7 @@ inline_code: |-
self->PrintEpochs(s);
return py::cast(s.str());
},
"Retreives list of epochs added so far as a string\n"
"Retrieves list of epochs added so far as a string\n"
"\n"
".. versionadded:: 2021.1.2\n"
"\n"