summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormnjonge <mike.njonge@gmail.com>2014-07-25 06:51:53 +0000
committermnjonge <mike.njonge@gmail.com>2014-07-25 06:51:53 +0000
commit0529de1c4bbd75ac2052a8fece69846b9345cc7b (patch)
treea390cfb34ff1ff29806e9dbdcab5848cafcd2abd
parente9a0f3764ec150f5816154bbb40a81ecf30dc429 (diff)
downloadcherrypy-0529de1c4bbd75ac2052a8fece69846b9345cc7b.tar.gz
small typo
tutorials.rst edited online with Bitbucket
-rw-r--r--docs/tutorials.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials.rst b/docs/tutorials.rst
index f919b318..d063ebcf 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -423,7 +423,7 @@ usually design a web API that expose pairs of `(URL, HTTP method, data, constrai
Lets go through a small example of a very basic web API
-midly following REST principles.
+mildly following REST principles.
.. code-block:: python
:linenos: