From fe53c31f158af1935844bc8a4c135890579b8b0c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 24 Dec 2020 08:35:42 +1100 Subject: docs: fix simple typo, thows -> throws There is a small typo in docs/whatsnew-1.5.rst. Should read `throws` rather than `thows`. --- docs/whatsnew-1.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/whatsnew-1.5.rst') 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: -- cgit v1.2.3