You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ The :class:`.Motor` class implements methods to record and calculate the current
129
129
to position itself accurately to a couple of degrees. There's also a 'constant speed' coroutine :meth:`.Motor.setSpeed()`.
130
130
131
131
The :class:`.Sensor` class simply keeps a record, :attr:`.Sensor.recentValues`, of the last few readings; its method :meth:`.Sensor.value()` answers the most recent one. The type of each sensor
132
-
is set up via the initialization parameter to :class:`.BrickPiWrapper` (or:class:`.TkApplication`).
132
+
is set up via the initialization parameter to :class:`.BrickPiWrapper` (via:class:`.TkApplication` or :class:`.CommandLineApplication`).
0 commit comments