From 183a2ca75a22931911ec51046d4c0b55efd821f4 Mon Sep 17 00:00:00 2001 From: jfbu Date: Wed, 26 Oct 2016 23:49:49 +0200 Subject: [PATCH] Fix label placement in doc/config.rst (caused extra white line) --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index dab5e6c63b..927c258dd5 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -40,7 +40,7 @@ Important points to note: delete them from the namespace with ``del`` if appropriate. Modules are removed automatically, so you don't need to ``del`` your imports after use. -.. _conf-tags: + .. _conf-tags: * There is a special object named ``tags`` available in the config file. It can be used to query and change the tags (see :ref:`tags`). Use