summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Hellegouarch <sh@defuze.org>2016-02-28 15:05:50 +0100
committerSylvain Hellegouarch <sh@defuze.org>2016-02-28 15:05:50 +0100
commit359f6fc83fa6c763baa345d8247322132da558fa (patch)
tree48b23f7490a294a15f958485a10491ed140e70f9
parent4fa7a8872c88b774fff8d9989d829c9dd5afdc32 (diff)
parent6a08d9f67aa996274df5d2de8408880ebae80452 (diff)
downloadcherrypy-359f6fc83fa6c763baa345d8247322132da558fa.tar.gz
Merged in sli/cherrypy/sli/tutorialsrst-edited-online-with-bitbucke-1456668099069 (pull request #123)
tutorials.rst edited online with Bitbucket: fix typo
-rw-r--r--docs/tutorials.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials.rst b/docs/tutorials.rst
index 3b6e97de..e50fa1dd 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -183,7 +183,7 @@ Tutorial 4: Submit this form
############################
CherryPy is a web framework upon which you build web applications.
-The most traditionnal shape taken by applications is through
+The most traditional shape taken by applications is through
an HTML user-interface speaking to your CherryPy server.
Let's see how to handle HTML forms via the following