summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshwin Ramaswami <aramaswamis@gmail.com>2019-09-27 09:19:49 -0700
committerMarcel Hellkamp <marc@gsites.de>2019-12-01 20:12:40 +0100
commit7eb0af28c89d38dd2f860ec75718664e6b9f362d (patch)
tree2b1989d00bf283453808007d0bc2311736e5816d
parentc9dd6808bb8363014c39865cc8f03fc4f2d8cfb0 (diff)
downloadbottle-7eb0af28c89d38dd2f860ec75718664e6b9f362d.tar.gz
Fix typo
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index b56fdc7..769728e 100755
--- a/bottle.py
+++ b/bottle.py
@@ -1834,7 +1834,7 @@ class BaseResponse(object):
Warning: Pickle is a potentially dangerous format. If an attacker
gains access to the secret key, he could forge cookies that execute
- code on server side if unpickeld. Using pickle is discouraged and
+ code on server side if unpickled. Using pickle is discouraged and
support for it will be removed in later versions of bottle.
Warning: Signed cookies are not encrypted (the client can still see