mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 10:10:46 +00:00
Merge pull request #28 from msrasmussen/patch-1
Fix typos in overview documentation
This commit is contained in:
commit
1dc1e1364c
@ -32,7 +32,7 @@ instantiating each of the three target types.
|
|||||||
# For a Linux device, you will need to provide the normal SSH credentials.
|
# For a Linux device, you will need to provide the normal SSH credentials.
|
||||||
# Both password-based, and key-based authentication is supported (password
|
# Both password-based, and key-based authentication is supported (password
|
||||||
# authentication requires sshpass to be installed on your host machine).'
|
# authentication requires sshpass to be installed on your host machine).'
|
||||||
t2 = LinuxTarget(connetion_settings={'host': '192.168.0.5',
|
t2 = LinuxTarget(connection_settings={'host': '192.168.0.5',
|
||||||
'username': 'root',
|
'username': 'root',
|
||||||
'password': 'sekrit',
|
'password': 'sekrit',
|
||||||
# or
|
# or
|
||||||
@ -57,7 +57,7 @@ Target Interface
|
|||||||
----------------
|
----------------
|
||||||
|
|
||||||
This is a quick overview of the basic interface to the device. See
|
This is a quick overview of the basic interface to the device. See
|
||||||
:class:`Targeet` API documentation for the full list of supported methods and
|
:class:`Target` API documentation for the full list of supported methods and
|
||||||
more detailed documentation.
|
more detailed documentation.
|
||||||
|
|
||||||
One-time Setup
|
One-time Setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user