summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEricFromCanada <eric3knibbe@gmail.com>2014-06-18 12:52:32 -0400
committerEricFromCanada <eric3knibbe@gmail.com>2014-06-18 12:52:32 -0400
commitc7e69999848067e31d9a87c46f64b019be29289a (patch)
tree371892a987dccff60b5bd18baf13b392744f8844
parentdb871144156c1a3b9a1dfe51b00d8ceb3e221f1d (diff)
downloadsphinx-c7e69999848067e31d9a87c46f64b019be29289a.tar.gz
corrected contractions
-rw-r--r--doc/config.rst2
-rw-r--r--doc/markup/inline.rst2
-rw-r--r--doc/tutorial.rst2
-rw-r--r--doc/web/quickstart.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 84c402b7..c14fcb72 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -952,7 +952,7 @@ the `Dublin Core metadata <http://dublincore.org/>`_.
.. confval:: epub_tocdup
This flag determines if a toc entry is inserted again at the beginning of
- it's nested toc listing. This allows easier navigation to the top of
+ its nested toc listing. This allows easier navigation to the top of
a chapter, but can be confusing because it mixes entries of different
depth in one list. The default value is ``True``.
diff --git a/doc/markup/inline.rst b/doc/markup/inline.rst
index b782c330..0cc97f43 100644
--- a/doc/markup/inline.rst
+++ b/doc/markup/inline.rst
@@ -24,7 +24,7 @@ Cross-referencing syntax
Cross-references are generated by many semantic interpreted text roles.
Basically, you only need to write ``:role:`target```, and a link will be created
-to the item named *target* of the type indicated by *role*. The links's text
+to the item named *target* of the type indicated by *role*. The link's text
will be the same as *target*.
There are some additional facilities, however, that make cross-referencing roles
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index 3339f742..717d48b5 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -200,7 +200,7 @@ Earlier we mentioned that the :file:`conf.py` file controls how Sphinx processes
your documents. In that file, which is executed as a Python source file, you
assign configuration values. For advanced users: since it is executed by
Sphinx, you can do non-trivial tasks in it, like extending :data:`sys.path` or
-importing a module to find out the version your are documenting.
+importing a module to find out the version you are documenting.
The config values that you probably want to change are already put into the
:file:`conf.py` by :program:`sphinx-quickstart` and initially commented out
diff --git a/doc/web/quickstart.rst b/doc/web/quickstart.rst
index 24fd0a8f..1f504a27 100644
--- a/doc/web/quickstart.rst
+++ b/doc/web/quickstart.rst
@@ -45,7 +45,7 @@ by creating a :class:`~.WebSupport` object for your application::
search='xapian')
You'll only need one of these for each set of documentation you will be working
-with. You can then call it's :meth:`~.WebSupport.get_document` method to access
+with. You can then call its :meth:`~.WebSupport.get_document` method to access
individual documents::
contents = support.get_document('contents')