diff options
| author | David <smithdc@gmail.com> | 2022-03-11 11:20:56 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-04-28 10:44:14 +0200 |
| commit | 33e89de8ca2bf4be23ec1506db8a7624511718d2 (patch) | |
| tree | 5db28a58e69a7dcf3dab62e643556c349120cc93 /docs | |
| parent | 2ed6f20e7ad962e3b1f1f043a0390c9a9c262bb9 (diff) | |
Changed "stdlib" to "Standard Library" in docs/releases/1.9.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 4 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 0987786930..81af0cfa77 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -1061,8 +1061,8 @@ Miscellaneous * ``django.http.responses.REASON_PHRASES`` and ``django.core.handlers.wsgi.STATUS_CODE_TEXT`` have been removed. Use - Python's stdlib instead: :data:`http.client.responses` for Python 3 and - `httplib.responses`_ for Python 2. + Python's Standard Library instead: :data:`http.client.responses` for Python + 3 and `httplib.responses`_ for Python 2. .. _`httplib.responses`: https://docs.python.org/2/library/httplib.html#httplib.responses diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index f4946a5541..fa33256ba2 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -464,7 +464,6 @@ stacktrace stateful staticfile staticfiles -stdlib storages stylesheet stylesheets |
