From 90e99572401a99546fd1eb8ee83609f0ddb4ef7a Mon Sep 17 00:00:00 2001 From: Takayuki Shimizukawa Date: Wed, 8 Oct 2014 21:36:33 +0900 Subject: [PATCH] fix grammar by review --- doc/config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index c5a572672..0cc0ceba0 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``.