From 2b1ed085696776e13019a48fed36c45b62b0393d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 6 Feb 2009 17:41:41 +0100 Subject: [PATCH] Fix #97: redundant wording. --- doc/concepts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/concepts.rst b/doc/concepts.rst index 23725b104..a748acad8 100644 --- a/doc/concepts.rst +++ b/doc/concepts.rst @@ -57,8 +57,8 @@ tables of contents. The ``toctree`` directive is the central element. chapter", "previous chapter" and "parent chapter" links. Document titles in the :dir:`toctree` will be automatically read from the - title of the referenced document. If that isn't what you want, you can give - the specify an explicit title and target using a similar syntax to reST + title of the referenced document. If that isn't what you want, you can + specify an explicit title and target using a similar syntax to reST hyperlinks (and Sphinx's :ref:`cross-referencing syntax `). This looks like::