summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/extconfig.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/extconfig.rst b/docs/narr/extconfig.rst
index 570d20ec7..edc120e39 100644
--- a/docs/narr/extconfig.rst
+++ b/docs/narr/extconfig.rst
@@ -6,9 +6,10 @@
Extending Pyramid Configuration
===============================
-Pyramid allows you to extend its Configurator with custom directives. These
-directives can add an :term:`action`, participate in :term:`conflict
-resolution`, and can provide some number of :term:`introspectable` objects.
+Pyramid allows you to extend its Configurator with custom directives. Custom
+directives can use other directives, they can add a custom :term:`action`,
+they can participate in :term:`conflict resolution`, and they can provide
+some number of :term:`introspectable` objects.
.. index::
single: add_directive