summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmos Shapira <amos.shapira@gmail.com>2015-10-29 10:42:26 +0000
committerAmos Shapira <amos.shapira@gmail.com>2015-10-29 10:42:26 +0000
commit279e2ec64d6ce58782c861f8ef393be2812b9236 (patch)
tree32433b9795952b43b2b643f7ed06a31f5829fa98
parent74071f2b297a4753d3b1ec0aa8e64c11fe8782e0 (diff)
downloadcherrypy-279e2ec64d6ce58782c861f8ef393be2812b9236.tar.gz
Fixed "Let's not assume" to "Let's now assume" in "Tutorial 3"
-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..43520a0a 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -130,7 +130,7 @@ Tutorial 3: My URLs have parameters
###################################
In the previous tutorial, we have seen how to create an application
-that could generate a random string. Let's not assume you wish
+that could generate a random string. Let's now assume you wish
to indicate the length of that string dynamically.
.. code-block:: python