diff --git a/src/_zkapauthorizer/resource.py b/src/_zkapauthorizer/resource.py index 6c4931ca2cd08d64856f21b43bbbf37b6b35765d..8841479122b40287f0086c0b2ba426cd76063742 100644 --- a/src/_zkapauthorizer/resource.py +++ b/src/_zkapauthorizer/resource.py @@ -69,10 +69,9 @@ class IZKAPRoot(IResource): def from_configuration(node_config, store, redeemer=None): """ Instantiate the plugin root resource using data from its configuration - section in the Tahoe-LAFS configuration file:: - - [storageclient.plugins.privatestorageio-zkapauthz-v1] - # nothing yet + section, **storageclient.plugins.privatestorageio-zkapauthz-v1**, in the + Tahoe-LAFS configuration file. See the configuration documentation for + details of the configuration section. :param _Config node_config: An object representing the overall node configuration. The plugin configuration can be extracted from this.