From 055ede046de7a3dbea4ca1b04700465fdd610fd9 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 4 Mar 2020 13:11:51 -0500
Subject: [PATCH] Remove duplicate configuration docs

---
 src/_zkapauthorizer/resource.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/_zkapauthorizer/resource.py b/src/_zkapauthorizer/resource.py
index 6c4931c..8841479 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.
-- 
GitLab