From 3eee6480ab5cc441b6892f6ad0faead960e2b898 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Fri, 11 Jun 2021 16:19:49 +0800 Subject: [PATCH] docs: remove trailling space [skip ci] --- docs/usage.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index c6f4529..a03a3a4 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -177,9 +177,9 @@ tries This only works when the source implementation uses the builtin HTTP client. httptoken - A personal authorization token used to fetch the url with the ``Authorization`` header. - The type of token depends on the authorization required. - + A personal authorization token used to fetch the url with the ``Authorization`` header. + The type of token depends on the authorization required. + - For Bearer token set : ``Bearer `` - For Basic token set : ``Basic `` @@ -285,7 +285,7 @@ url xpath An xpath expression used to find the version string. -.. note:: +.. note:: An additional dependency "lxml" is required. Find with a Command