diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-08 18:04:36 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-08 18:04:55 -0400 |
| commit | d0928d6454d0b649663820e45d915016a2d9b001 (patch) | |
| tree | 05e6486955ebc4f210e7e34461e960cd97a2098e /docs | |
| parent | 2fa36719a8fb39f2c2162f9e6430db00c6bc8412 (diff) | |
Refs #29652 -- Fixed typo in docs/releases/2.1.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 368f1f6b29..972a0b0bc3 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -402,7 +402,7 @@ Miscellaneous suitable alternatives. Compared to the ``QUERY_TERMS`` constant, they allow your code to also account for any custom lookups that have been registered. -* Compatibly with ``py-bcrypt`` is removed as it's unmaintained. Use `bcrypt +* Compatibility with ``py-bcrypt`` is removed as it's unmaintained. Use `bcrypt <https://pypi.org/project/bcrypt/>`_ instead. .. _deprecated-features-2.1: |
