summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-10-08 21:36:33 +0900
committershimizukawa <shimizukawa@gmail.com>2014-10-08 21:36:33 +0900
commit11433f0d58f3fc52f17fbac9ce11bd393cda0845 (patch)
tree95b60242b0fa3571097eebfa415b48008fc6f665
parentc4b6db9e044695190057ce3c8e3d3e7cc8b95106 (diff)
downloadsphinx-11433f0d58f3fc52f17fbac9ce11bd393cda0845.tar.gz
fix grammar by review
-rw-r--r--doc/config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.rst b/doc/config.rst
index c5a57267..0cc0ceba 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -428,10 +428,10 @@ documentation on :ref:`intl` for details.
* Add uid line for each msgids in .pot files.
* Calculate similarity between new msgids and previously saved old msgids.
- This calculation take many time.
+ This calculation takes a long time.
- If you need a speed for the calculation, you can use ``python-levenshtein``
- 3rd-party package written in C by using
+ If you want to accelerate the calculation, you can use
+ ``python-levenshtein`` 3rd-party package written in C by using
:command:`pip install python-levenshtein`.
The default is ``False``.