fix a typo in the docs

[skip ci]
This commit is contained in:
lilydjwg 2021-06-08 15:11:20 +08:00
parent 3c2abb01f0
commit 4033c0b9ba
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ put results in :attr:`result_q <nvchecker.api.BaseWorker.result_q>`. See
For details about these objects, see :mod:`the API documentation <nvchecker.api>`.
You can also receive a configuration section from the configuration as
``__config__.source.SOURCE_NAME``, where ``SOURCE_None`` is what your plugin is
``__config__.source.SOURCE_NAME``, where ``SOURCE_NAME`` is what your plugin is
called. This can be used to specify a mirror site for your plugin to use, e.g.
the ``npm`` plugin accepts the following config::