summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-10-09 23:09:57 +0200
committerGeorg Brandl <georg@python.org>2011-10-09 23:09:57 +0200
commitf67f7844aa0fd24504db04e56282b8506bfbfb68 (patch)
treea22fe7ebe1e7364ee1582f543a2e1abb04198817 /doc
parent07c872d8e80e1998a696b4975db9a61451a53c5c (diff)
downloadsphinx-f67f7844aa0fd24504db04e56282b8506bfbfb68.tar.gz
Satisfy "make check".
Diffstat (limited to 'doc')
-rw-r--r--doc/ext/autosummary.rst2
-rw-r--r--doc/faq.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext/autosummary.rst b/doc/ext/autosummary.rst
index 878a3c2c..e3de1835 100644
--- a/doc/ext/autosummary.rst
+++ b/doc/ext/autosummary.rst
@@ -29,7 +29,7 @@ The :mod:`sphinx.ext.autosummary` extension does this in two parts:
.. rst:directive:: autosummary
Insert a table that contains links to documented items, and a short summary
- blurb (the first sentence of the docstring) for each of them.
+ blurb (the first sentence of the docstring) for each of them.
The :rst:dir:`autosummary` directive can also optionally serve as a
:rst:dir:`toctree` entry for the included items. Optionally, stub
diff --git a/doc/faq.rst b/doc/faq.rst
index 965a1986..bf2327d7 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -45,7 +45,7 @@ Using Sphinx with...
Read the Docs
http://readthedocs.org is a documentation hosting service based around Sphinx.
They will host sphinx documentation, along with supporting a number of other
- features including version support, PDF generation, and more. The `Getting
+ features including version support, PDF generation, and more. The `Getting
Started <http://read-the-docs.readthedocs.org/en/latest/getting_started.html>`_
guide is a good place to start.