summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.5.rst
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-24 08:35:42 +1100
committerTim Gates <tim.gates@iress.com>2020-12-24 08:35:42 +1100
commitfe53c31f158af1935844bc8a4c135890579b8b0c (patch)
tree869a7a3f8ca4c0aba1e2402c54372092c4840c83 /docs/whatsnew-1.5.rst
parentf970cf7758f6cd4a2cb5cfb8436c277bbdb03e8b (diff)
downloadpyramid-fe53c31f158af1935844bc8a4c135890579b8b0c.tar.gz
pyramid-fe53c31f158af1935844bc8a4c135890579b8b0c.tar.bz2
pyramid-fe53c31f158af1935844bc8a4c135890579b8b0c.zip
docs: fix simple typo, thows -> throws
There is a small typo in docs/whatsnew-1.5.rst. Should read `throws` rather than `thows`.
Diffstat (limited to 'docs/whatsnew-1.5.rst')
-rw-r--r--docs/whatsnew-1.5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.5.rst b/docs/whatsnew-1.5.rst
index 753dfd355..417b8c7b5 100644
--- a/docs/whatsnew-1.5.rst
+++ b/docs/whatsnew-1.5.rst
@@ -315,7 +315,7 @@ The feature additions in Pyramid 1.5 follow.
passing the predicate factory directly, you can pass a dotted name which
refers to the factory.
-- :func:`pyramid.path.package_name` no longer thows an exception when resolving
+- :func:`pyramid.path.package_name` no longer throws an exception when resolving
the package name for namespace packages that have no ``__file__`` attribute.
- An authorization API has been added as a method of the request: