mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Fixed #20330 -- Normalized spelling of "web server".
Thanks Baptiste Mispelon for the report.
This commit is contained in:
parent
b47b0211f5
commit
1267d2d9bc
7 changed files with 14 additions and 14 deletions
|
|
@ -123,7 +123,7 @@ These files are:
|
|||
"table of contents" of your Django-powered site. You can read more about
|
||||
URLs in :doc:`/topics/http/urls`.
|
||||
|
||||
* :file:`mysite/wsgi.py`: An entry-point for WSGI-compatible webservers to
|
||||
* :file:`mysite/wsgi.py`: An entry-point for WSGI-compatible web servers to
|
||||
serve your project. See :doc:`/howto/deployment/wsgi/index` for more details.
|
||||
|
||||
.. _more about packages: http://docs.python.org/tutorial/modules.html#packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue