summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmos Shapira <amos.shapira@gmail.com>2015-10-29 10:45:14 +0000
committerAmos Shapira <amos.shapira@gmail.com>2015-10-29 10:45:14 +0000
commit2f7cb95126b7e5482167b2a506a8c01a59510c1e (patch)
treedc9c54624d2bccd36c480f8b0750d8a33654e78b
parent74071f2b297a4753d3b1ec0aa8e64c11fe8782e0 (diff)
downloadcherrypy-2f7cb95126b7e5482167b2a506a8c01a59510c1e.tar.gz
Tutorial 3: replaced "/password" by "/generate", I think that's what it was meant .
-rw-r--r--docs/tutorials.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials.rst b/docs/tutorials.rst
index 4a4e5ad0..9cf75f83 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -162,7 +162,7 @@ Save this into a file named `tut03.py` and run it as follows:
Go now to http://localhost:8080/generate?length=16 and your browser
will display a generated string of length 16. Notice how
we benefit from Python's default arguments' values to support
-URLs such as http://localhost:8080/password still.
+URLs such as http://localhost:8080/generate still.
In a URL such as this one, the section after `?` is called a
query-string. Traditionally, the query-string is used to