summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Hellegouarch <sh@defuze.org>2015-10-30 21:35:26 +0100
committerSylvain Hellegouarch <sh@defuze.org>2015-10-30 21:35:26 +0100
commitdfe642a3010f8e9eb892f3128885254086c7ca7b (patch)
tree732acb7488355f276cef947aee9a9d7c751720d5
parent50bf294cc84bbfbb4a4f4a82f8717c372e5b6dd6 (diff)
parent5c2d95119e3dc16c77bddc5fec5aa4c2bf715e32 (diff)
downloadcherrypy-dfe642a3010f8e9eb892f3128885254086c7ca7b.tar.gz
Merged in amosshapira/cherrypy-2/amosshapira/tutorial-6-substitute-nonabsolute-by-the-1446115780188 (pull request #109)
Tutorial 6: substitute "non-absolute" by the more common term "relative".
-rw-r--r--docs/tutorials.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials.rst b/docs/tutorials.rst
index b06276e1..f31d6187 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -386,7 +386,7 @@ directory structure. Most of the time, this is what you'll end
up doing so this is what the code above demonstrates. First, we
indicate the `root` directory of all of our static content. This
must be an absolute path for security reason. CherryPy will
-complain if you provide only non-absolute paths when looking for a
+complain if you provide only relative paths when looking for a
match to your URLs.
Then we indicate that all URLs which path segment starts with `/static`