summaryrefslogtreecommitdiff
path: root/docs/narr/viewconfig.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-07-27 12:52:16 -0700
committerGitHub <noreply@github.com>2019-07-27 12:52:16 -0700
commitdbef47bdd0c0f1b719bc442635acb01a66cf8b5f (patch)
tree1fd927240df4ddc0918ef3b73fd4fb5cf0c822c6 /docs/narr/viewconfig.rst
parent54150cd4eae17a5d5d77d28db36d2299769c7446 (diff)
parent94f7994883832b1823f91aa46bb72960e5c24fe3 (diff)
downloadpyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.tar.gz
pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.tar.bz2
pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.zip
Merge pull request #3503 from minho42/Fix-typos
Fix typos
Diffstat (limited to 'docs/narr/viewconfig.rst')
-rw-r--r--docs/narr/viewconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst
index da2c41409..465477b4d 100644
--- a/docs/narr/viewconfig.rst
+++ b/docs/narr/viewconfig.rst
@@ -196,7 +196,7 @@ Non-Predicate Arguments
``require_csrf``
CSRF checks will affect any request method that is not defined as a "safe"
- method by RFC2616. In pratice this means that GET, HEAD, OPTIONS, and TRACE
+ method by RFC2616. In practice this means that GET, HEAD, OPTIONS, and TRACE
methods will pass untouched and all others methods will require CSRF. This
option is used in combination with the ``pyramid.require_default_csrf``
setting to control which request parameters are checked for CSRF tokens.