summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: