From 4a4739cefb750b10d1703a9e0568d2568c2912ad Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 31 Oct 2018 10:09:45 +0000 Subject: [PATCH] doc: Fix formatting --- doc/connection.rst | 2 +- doc/target.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]]])