diff options
author | Andrew Godwin | 2022-12-06 17:07:10 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-06 17:07:22 -0700 |
commit | 126c7a14ecc89936ea5477d7baf1eb200da71f53 (patch) | |
tree | 82175a975f704d15ea824d8551774736da66f799 | |
parent | 8c45a65594dff8a843545ee70b7e6be817e9d26e (diff) | |
download | takahe-126c7a14ecc89936ea5477d7baf1eb200da71f53.tar.gz takahe-126c7a14ecc89936ea5477d7baf1eb200da71f53.tar.bz2 takahe-126c7a14ecc89936ea5477d7baf1eb200da71f53.zip |
Fix text on Tuning page
-rw-r--r-- | docs/tuning.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tuning.rst b/docs/tuning.rst index 6f7badc..9e959ec 100644 --- a/docs/tuning.rst +++ b/docs/tuning.rst @@ -26,8 +26,8 @@ they are with other servers. Caching is configured by specifying a cache DSN in the environment variable ``TAKAHE_CACHES_DEFAULT``. The DSN format can be any supported by `django-cache-url <https://github.com/epicserve/django-cache-url>`_, but -some cache backends will require additional Python pacakages not required -by Takahē. +some cache backends will require additional Python packages not installed +by default with Takahē. **Examples** |