From 434bd91f00d64d684cd02fc04ea0098a87e915dd Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 27 Nov 2020 19:49:47 -0500 Subject: work around Sphinx quirk: add newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently, the ‘or’ markup (two asterisks => bold) somehow left-associates w/ the preceding text. This newline is EXPERIMENTAL. --- libeufin/api-nexus.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 1e7b8a0e..0a8171f4 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -133,7 +133,8 @@ manages payment initiations of the account and tracks the initiations of payment Ask nexus to submit one prepare payment at the bank. - :http:statuscode:`404 Not found`: the unique identifier **or** + :http:statuscode:`404 Not found`: + the unique identifier **or** the bank connection could not be found in the system -- cgit v1.2.3