summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-10-25 17:55:07 +0900
committerGitHub <noreply@github.com>2020-10-25 17:55:07 +0900
commite78df3a5fca0623af749a815be2a30725a3a1996 (patch)
tree7eca69f378192c83a66df81966ad3b0abad1e8a3
parent3b85187ffa3401e88582073c23188c147857a8a3 (diff)
parent554bb5e9b988f794c58faaaca1680045f34a1743 (diff)
downloadsphinx-git-e78df3a5fca0623af749a815be2a30725a3a1996.tar.gz
Merge pull request #8335 from jdufresne/typo
Fix docs typo: "the builder builders" → "builders"
-rw-r--r--doc/glossary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/glossary.rst b/doc/glossary.rst
index d3367e5df..87b7014b6 100644
--- a/doc/glossary.rst
+++ b/doc/glossary.rst
@@ -9,8 +9,8 @@ Glossary
A class (inheriting from :class:`~sphinx.builders.Builder`) that takes
parsed documents and performs an action on them. Normally, builders
translate the documents to an output format, but it is also possible to
- use the builder builders that e.g. check for broken links in the
- documentation, or build coverage information.
+ use builders that e.g. check for broken links in the documentation, or
+ build coverage information.
See :doc:`/usage/builders/index` for an overview over Sphinx's built-in
builders.