From 4033c0b9ba8d474d2d10971e51ada2bbc88e89ad Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Tue, 8 Jun 2021 15:11:20 +0800 Subject: [PATCH] fix a typo in the docs [skip ci] --- docs/plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin.rst b/docs/plugin.rst index e1abc30..d90f5f1 100644 --- a/docs/plugin.rst +++ b/docs/plugin.rst @@ -81,7 +81,7 @@ put results in :attr:`result_q `. See For details about these objects, see :mod:`the API documentation `. 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::