diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-04-29 19:40:03 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-04-29 19:40:43 +0200 |
| commit | 1267d2d9bc8bbb38406a676de31c861ec40b5567 (patch) | |
| tree | 7c5202fe9a0887f35b5d830e0e11fde2748193f3 /docs/intro | |
| parent | b47b0211f52dad9d816db587a33f2d7055a226b3 (diff) | |
Fixed #20330 -- Normalized spelling of "web server".
Thanks Baptiste Mispelon for the report.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index d1d2242411..a0e776ae69 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -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 |
