Fix typos

This commit is contained in:
Jakub Wilk 2017-02-07 20:14:47 +01:00
parent 029e9908c0
commit a58ebedffd
3 changed files with 3 additions and 3 deletions

View File

@ -361,7 +361,7 @@ package.
.. method:: Sphinx.add_env_collector(collector) .. method:: Sphinx.add_env_collector(collector)
Register a environment collector class (refs: :ref:`collector-api`) Register an environment collector class (refs: :ref:`collector-api`)
.. versionadded:: 1.6 .. versionadded:: 1.6

View File

@ -74,7 +74,7 @@ Quick guide
^^^^^^^^^^^ ^^^^^^^^^^^
`sphinx-intl`_ is a useful tool to work with Sphinx translation flow. `sphinx-intl`_ is a useful tool to work with Sphinx translation flow.
This section describe a easy way to translate with sphinx-intl. This section describe an easy way to translate with sphinx-intl.
#. Install `sphinx-intl`_ by :command:`pip install sphinx-intl` or #. Install `sphinx-intl`_ by :command:`pip install sphinx-intl` or
:command:`easy_install sphinx-intl`. :command:`easy_install sphinx-intl`.

View File

@ -232,7 +232,7 @@ For example::
:rst:dir:`literalinclude` also supports the ``caption`` and ``name`` option. :rst:dir:`literalinclude` also supports the ``caption`` and ``name`` option.
``caption`` has a additional feature that if you leave the value empty, the shown ``caption`` has an additional feature that if you leave the value empty, the shown
filename will be exactly the one given as an argument. filename will be exactly the one given as an argument.