summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-01-11 10:42:08 +0200
committerGitHub <noreply@github.com>2023-01-11 10:42:08 +0200
commit61097845764f5a6afc2251172168e1b1732b290f (patch)
tree4fe79ad51cd414a022644c94013c770576a0206f /docs
parent338bfa13c39df0837dd45cf492eb24d8d214ba96 (diff)
downloadbabel-61097845764f5a6afc2251172168e1b1732b290f.tar.gz
Enable pre-commit (#943)
* Update pre-commit config syntax * CI: run pre-commit * CI: set up pip caching
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index c1b7ab9..26fe23a 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -86,7 +86,7 @@ Get the git checkout in a new virtualenv and run in development mode::
Finished processing dependencies for Babel
Make sure to not forget about the ``pip install pytz`` and ``import_cldr`` steps
-because otherwise you will be missing the locale data.
+because otherwise you will be missing the locale data.
The custom setup command will download the most appropriate CLDR release from the
official website and convert it for Babel but will not work without ``pytz``.