Skip to content

Commit fdbae8e

Browse files
committed
make text clearer
1 parent a683ba2 commit fdbae8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pair.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ static PyMethodDef MotorPair_methods[] = {
10801080
{
10811081
"run_for_rotations", (PyCFunction)MotorPair_run_for_rotations,
10821082
METH_VARARGS | METH_KEYWORDS,
1083-
"Run the motor pair for rotations"
1083+
"Run the motor pair for N rotations"
10841084
},
10851085
{
10861086
"run_to_position", (PyCFunction)MotorPair_run_to_position,

0 commit comments

Comments
 (0)