summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2020-11-24 21:29:13 +0100
committerGitHub <noreply@github.com>2020-11-24 21:29:13 +0100
commit3866e1b9dcec1a11d652944036d677362e781995 (patch)
tree43bc05e15d7971df3899b98fcce792f00c0363ca
parent92fa164d701ee9472a1a1c6868a7e8f67c10aec3 (diff)
downloadcherrypy-git-3866e1b9dcec1a11d652944036d677362e781995.tar.gz
fix typo
-rw-r--r--docs/basics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/basics.rst b/docs/basics.rst
index 0e19d06c..903118b2 100644
--- a/docs/basics.rst
+++ b/docs/basics.rst
@@ -543,7 +543,7 @@ Using sessions in your applications is done as follows:
cherrypy.session['count'] = 0
cherrypy.session['count'] += 1
-In this snippet, everytime the the index page handler is called,
+In this snippet, everytime the index page handler is called,
the current user's session has its `'count'` key incremented by `1`.
CherryPy knows which session to use by inspecting the cookie