From 0e446fd16aa34f2a3e23b725542d82f741008a30 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 3 Jun 2023 14:59:25 -0700 Subject: [PATCH] Simplify wording a bit --- docs/faq.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 6b987dd19..814f87b7a 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -59,11 +59,11 @@ with the ``%if{}`` function to accomplish this:: item_fields: multidisc: 1 if disctotal > 1 else 0 -Note that the ``paths`` specification above only contains the -``default`` key and leaves the ``comp`` and ``singleton`` keys to their -default values as documented in :ref:`path-format-config`. The spec above -will therefore not create "Disc N" directories for compilations or singletons -unless you override those respective keys as well. +This ``paths`` configuration only contains the +``default`` key: it leaves the ``comp`` and ``singleton`` keys as their +default values, as documented in :ref:`path-format-config`. +To create "Disc N" directories for compilations and singletons, you will need +to specify similar templates for those keys as well. .. _multidisc: