summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Svingen <swoogan@gmail.com>2015-03-19 17:52:08 +0000
committerColin Svingen <swoogan@gmail.com>2015-03-19 17:52:08 +0000
commit74e520bf74012c41bb85a22182a95d3262f03aab (patch)
tree5900b733a3ca08129ba23087ce367baa93760e27
parentd44714ce638f0cce22afbe1e92fd6d83ad328e26 (diff)
downloadcherrypy-74e520bf74012c41bb85a22182a95d3262f03aab.tar.gz
Improved wording about returned error
-rw-r--r--docs/basics.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/basics.rst b/docs/basics.rst
index 2d1b500c..92156865 100644
--- a/docs/basics.rst
+++ b/docs/basics.rst
@@ -545,8 +545,8 @@ Specifying an index file
^^^^^^^^^^^^^^^^^^^^^^^^^
By default, CherryPy will repsond to the root of a static
-directory with an error. To specify an index file, you can use the
-following:
+directory with an 404 error indicating the path '/' was not found.
+To specify an index file, you can use the following:
.. code-block:: ini