Skip to content

Commit 9da4bdf

Browse files
fix typo
1 parent 41f936a commit 9da4bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ approach where you can specify include any libraries as needed which provides a
108108
great deal of extensibility. By contrast to Django which includes everything in
109109
one package (though you might not need to use it all).
110110

111-
Notably, Pyramid provides a lot of adapter to existing libraries. For example,
111+
Notably, Pyramid provides a lot of adapters to existing libraries. For example,
112112
it supports nearly all the templating languages Python has to offer and
113113
it's modular approach allows you use more then one. Same is true of it's
114114
database support. You can use SQLAlchemy, Mongo, ZoDB all in the same

0 commit comments

Comments
 (0)