docs: remove trailling space

[skip ci]
This commit is contained in:
lilydjwg 2021-06-11 16:19:49 +08:00
parent 9deb55806d
commit 3eee6480ab

View file

@ -177,9 +177,9 @@ tries
This only works when the source implementation uses the builtin HTTP client. This only works when the source implementation uses the builtin HTTP client.
httptoken httptoken
A personal authorization token used to fetch the url with the ``Authorization`` header. A personal authorization token used to fetch the url with the ``Authorization`` header.
The type of token depends on the authorization required. The type of token depends on the authorization required.
- For Bearer token set : ``Bearer <Your_bearer_token>`` - For Bearer token set : ``Bearer <Your_bearer_token>``
- For Basic token set : ``Basic <Your_base64_encoded_token>`` - For Basic token set : ``Basic <Your_base64_encoded_token>``
@ -285,7 +285,7 @@ url
xpath xpath
An xpath expression used to find the version string. An xpath expression used to find the version string.
.. note:: .. note::
An additional dependency "lxml" is required. An additional dependency "lxml" is required.
Find with a Command Find with a Command