Skip to content

Commit

Permalink
Changed "stdlib" to "Standard Library" in docs/releases/1.9.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 authored and felixxm committed Apr 28, 2022
1 parent 2ed6f20 commit 33e89de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/releases/1.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion docs/spelling_wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ stacktrace
stateful
staticfile
staticfiles
stdlib
storages
stylesheet
stylesheets
Expand Down

0 comments on commit 33e89de

Please sign in to comment.