diff --git a/doc/connection.rst b/doc/connection.rst index afc0e2a..1403068 100644 --- a/doc/connection.rst +++ b/doc/connection.rst @@ -57,7 +57,7 @@ class that implements the following methods. most ANSI escape sequences striped out before returning. :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 - 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:`DevlibStableError`. diff --git a/doc/target.rst b/doc/target.rst index ab5d0fd..b63ba76 100644 --- a/doc/target.rst +++ b/doc/target.rst @@ -249,8 +249,8 @@ Target most ANSI escape sequences striped out before returning. :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 - will make the method always raise an instance of a subclass of - :class:`DevlibTransientError' when the command fails, instead of a + will make the method always raise an instance of a subclass of + :class:`DevlibTransientError` when the command fails, instead of a :class:`DevlibStableError`. .. method:: Target.background(command [, stdout [, stderr [, as_root]]])