mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
docs: remove trailling space
[skip ci]
This commit is contained in:
parent
9deb55806d
commit
3eee6480ab
1 changed files with 4 additions and 4 deletions
|
@ -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 <Your_bearer_token>``
|
||||
- For Basic token set : ``Basic <Your_base64_encoded_token>``
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue