Skip to content

Commit 8f33b80

Browse files
authored
Fix wording in motor warning
1 parent cbf801a commit 8f33b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ev3dev/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def wait_while(self, s, timeout=None):
874874
immediately after starting the motor even if it is not actually
875875
being prevented from rotating. As a workaround, we recommend
876876
sleeping your code for around 100ms after starting a motor if you
877-
are going to use this method to wait for it to be ``stalled``. A
877+
are going to use this method to wait while it is ``stalled``. A
878878
fix for this has not yet been released.
879879
880880
Returns ``True`` if the condition is met, and ``False`` if the timeout

0 commit comments

Comments
 (0)