aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-21 16:41:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-21 16:41:32 -0700
commita49358817d14f59a8bff50012925a462871f116e (patch)
tree752faffbc6d336feb3c667e6cb4384c6f32301b1 /doc/introduction.rst
parent40ba1c9330dd7e56c3499fb3920e94b60fdd5a71 (diff)
downloadconsfigurator-a49358817d14f59a8bff50012925a462871f116e.tar.gz
fix indent in sample DEFPACKAGE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 65cedea..682d263 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -133,6 +133,6 @@ symbol ``BAR`` defined in ``CONSFIGURATOR.PROPERTY.DATA.FOO``. These are the
recommended package nicknaming schemes for use in consfigs, e.g.::
(defpackage :com.example.consfig
- (:use #:cl #:consfigurator)
- (:local-nicknames (#:file #:consfigurator.property.file
- #:data.pgp #:consfigurator.data.pgp)))
+ (:use #:cl #:consfigurator)
+ (:local-nicknames (#:file #:consfigurator.property.file
+ #:data.pgp #:consfigurator.data.pgp)))