Skip to content

Commit

Permalink
docs: fix simple typo, thows -> throws
Browse files Browse the repository at this point in the history
There is a small typo in docs/whatsnew-1.5.rst.

Should read `throws` rather than `thows`.
  • Loading branch information
timgates42 committed Dec 23, 2020
1 parent f970cf7 commit fe53c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whatsnew-1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe53c31

Please sign in to comment.