summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorStephen Martin <lockwood@opperline.com>2018-09-04 12:36:39 -0700
committerStephen Martin <lockwood@opperline.com>2018-09-04 12:36:39 -0700
commit91f381754177896bf481e27ab53d33cac33e2a0d (patch)
treef8942b0ccbbc66ec31aa97f332944eca26790b13 /docs/narr
parent549412454ef49430daaba2fccac56619b2e0cb83 (diff)
downloadpyramid-91f381754177896bf481e27ab53d33cac33e2a0d.tar.gz
pyramid-91f381754177896bf481e27ab53d33cac33e2a0d.tar.bz2
pyramid-91f381754177896bf481e27ab53d33cac33e2a0d.zip
fix spelling error
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/sessions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst
index 6f826fe23..2d80b1a63 100644
--- a/docs/narr/sessions.rst
+++ b/docs/narr/sessions.rst
@@ -69,7 +69,7 @@ using the :meth:`pyramid.config.Configurator.set_session_factory` method.
session data is stored unencrypted in a cookie, it will also be easier for
evildoers to obtain the current user's cross-site scripting token.
- - The default serialization method, while replacable with something like
+ - The default serialization method, while replaceable with something like
JSON, is implemented using pickle which can lead to remote code execution
if your secret key is compromised.