mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix grammar by review
This commit is contained in:
parent
fa30e7b52a
commit
90e9957240
@ -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``.
|
||||
|
Loading…
Reference in New Issue
Block a user