summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Suprun <mr.slay@gmail.com>2016-02-28 14:01:57 +0000
committerLeonid Suprun <mr.slay@gmail.com>2016-02-28 14:01:57 +0000
commit6a08d9f67aa996274df5d2de8408880ebae80452 (patch)
tree48b23f7490a294a15f958485a10491ed140e70f9
parent4fa7a8872c88b774fff8d9989d829c9dd5afdc32 (diff)
downloadcherrypy-sli/tutorialsrst-edited-online-with-bitbucke-1456668099069.tar.gz
tutorials.rst edited online with Bitbucket: fix typosli/tutorialsrst-edited-online-with-bitbucke-1456668099069
-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