mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
doc: Fix formatting
This commit is contained in:
parent
01c39cfe4c
commit
4a4739cefb
@ -57,7 +57,7 @@ class that implements the following methods.
|
|||||||
most ANSI escape sequences striped out before returning.
|
most ANSI escape sequences striped out before returning.
|
||||||
:param will_succeed: The command is assumed to always succeed, unless there is
|
:param will_succeed: The command is assumed to always succeed, unless there is
|
||||||
an issue in the environment like the loss of network connectivity. That
|
an issue in the environment like the loss of network connectivity. That
|
||||||
will make the method always raise an instance of a subclass of
|
will make the method always raise an instance of a subclass of
|
||||||
:class:`DevlibTransientError' when the command fails, instead of a
|
:class:`DevlibTransientError' when the command fails, instead of a
|
||||||
:class:`DevlibStableError`.
|
:class:`DevlibStableError`.
|
||||||
|
|
||||||
|
@ -249,8 +249,8 @@ Target
|
|||||||
most ANSI escape sequences striped out before returning.
|
most ANSI escape sequences striped out before returning.
|
||||||
:param will_succeed: The command is assumed to always succeed, unless there is
|
:param will_succeed: The command is assumed to always succeed, unless there is
|
||||||
an issue in the environment like the loss of network connectivity. That
|
an issue in the environment like the loss of network connectivity. That
|
||||||
will make the method always raise an instance of a subclass of
|
will make the method always raise an instance of a subclass of
|
||||||
:class:`DevlibTransientError' when the command fails, instead of a
|
:class:`DevlibTransientError` when the command fails, instead of a
|
||||||
:class:`DevlibStableError`.
|
:class:`DevlibStableError`.
|
||||||
|
|
||||||
.. method:: Target.background(command [, stdout [, stderr [, as_root]]])
|
.. method:: Target.background(command [, stdout [, stderr [, as_root]]])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user