summaryrefslogtreecommitdiff
path: root/docs/narr/hybrid.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/hybrid.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/hybrid.rst')
-rw-r--r--docs/narr/hybrid.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst
index 1238601ed..58c3e82e8 100644
--- a/docs/narr/hybrid.rst
+++ b/docs/narr/hybrid.rst
@@ -495,7 +495,7 @@ the above call to ``request.resource_path`` would generate ``/mysection/``. See
:ref:`virtual_root_support` for more information.
If the route you're trying to use needs simple dynamic part values to be filled
-in to succesfully generate the URL, you can pass these as the ``route_kw``
+in to successfully generate the URL, you can pass these as the ``route_kw``
argument to ``resource_url`` and ``resource_path``. For example, assuming that
the route definition is like so: