diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-12-23 19:40:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 19:40:54 -0800 |
| commit | b24e9cf29b93c89b257497cd677ffcec3c9ad3a8 (patch) | |
| tree | 869a7a3f8ca4c0aba1e2402c54372092c4840c83 | |
| parent | f970cf7758f6cd4a2cb5cfb8436c277bbdb03e8b (diff) | |
| parent | fe53c31f158af1935844bc8a4c135890579b8b0c (diff) | |
| download | pyramid-b24e9cf29b93c89b257497cd677ffcec3c9ad3a8.tar.gz pyramid-b24e9cf29b93c89b257497cd677ffcec3c9ad3a8.tar.bz2 pyramid-b24e9cf29b93c89b257497cd677ffcec3c9ad3a8.zip | |
Merge pull request #3643 from timgates42/bugfix_typo_throws
docs: fix simple typo, thows -> throws
| -rw-r--r-- | docs/whatsnew-1.5.rst | 2 |
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: |
