mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
doc/target: Fix typo in method description
This commit is contained in:
parent
8e1dc1359a
commit
533a2fd2c1
@ -311,11 +311,11 @@ Target
|
|||||||
|
|
||||||
.. method:: Target.read_int(self, path)
|
.. method:: Target.read_int(self, path)
|
||||||
|
|
||||||
Equivalent to ``Target.read_value(path, kind=devlab.utils.types.integer)``
|
Equivalent to ``Target.read_value(path, kind=devlib.utils.types.integer)``
|
||||||
|
|
||||||
.. method:: Target.read_bool(self, path)
|
.. method:: Target.read_bool(self, path)
|
||||||
|
|
||||||
Equivalent to ``Target.read_value(path, kind=devlab.utils.types.boolean)``
|
Equivalent to ``Target.read_value(path, kind=devlib.utils.types.boolean)``
|
||||||
|
|
||||||
.. method:: Target.write_value(path, value [, verify])
|
.. method:: Target.write_value(path, value [, verify])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user