summaryrefslogtreecommitdiff
path: root/docs/getting-started.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started.rst')
-rw-r--r--docs/getting-started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.rst b/docs/getting-started.rst
index 54e51cd..5fc7dd7 100644
--- a/docs/getting-started.rst
+++ b/docs/getting-started.rst
@@ -6,7 +6,7 @@ If starting out with mod_wsgi it is recommended you start out with a simple
'Hello World' type application.
Do not attempt to use a Python web application dependent on a web framework
-such as Django, Flask or Pyramid until you have got a basic 'Hello World!'
+such as Django, Flask or Pyramid until you have got a basic 'Hello World'
application running first. The simpler WSGI application will validate that
your mod_wsgi installation is working okay and that you at least understand
the basics of configuring Apache.