Changed "stdlib" to "Standard Library" in docs/releases/1.9.txt.

This commit is contained in:
David 2022-03-11 11:20:56 +00:00 committed by Mariusz Felisiak
parent 2ed6f20e7a
commit 33e89de8ca
2 changed files with 2 additions and 3 deletions

View File

@ -1061,8 +1061,8 @@ Miscellaneous
* ``django.http.responses.REASON_PHRASES`` and * ``django.http.responses.REASON_PHRASES`` and
``django.core.handlers.wsgi.STATUS_CODE_TEXT`` have been removed. Use ``django.core.handlers.wsgi.STATUS_CODE_TEXT`` have been removed. Use
Python's stdlib instead: :data:`http.client.responses` for Python 3 and Python's Standard Library instead: :data:`http.client.responses` for Python
`httplib.responses`_ for Python 2. 3 and `httplib.responses`_ for Python 2.
.. _`httplib.responses`: https://docs.python.org/2/library/httplib.html#httplib.responses .. _`httplib.responses`: https://docs.python.org/2/library/httplib.html#httplib.responses

View File

@ -464,7 +464,6 @@ stacktrace
stateful stateful
staticfile staticfile
staticfiles staticfiles
stdlib
storages storages
stylesheet stylesheet
stylesheets stylesheets