Skip to content

Commit cc6a4c0

Browse files
committed
Remove inaccurate comparison of Pyramid to Django.
Ass proposed in realpython#693.
1 parent bddc345 commit cc6a4c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/scenarios/web.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ I do not recommend using Tornado unless you think you need it.
102102
Pyramid
103103
--------
104104

105-
`Pyramid <http://www.pylonsproject.org/>`_ is a lot like Django, except
106-
with a heavier focus on modularity. It comes with a smaller number of
107-
libraries ("batteries") built-in, and encourages users to extend its
105+
`Pyramid <http://www.pylonsproject.org/>`_ is a very flexible
106+
framework with a heavy focus on modularity. It comes with a small number
107+
of libraries ("batteries") built-in, and encourages users to extend its
108108
base functionality.
109109

110110
Pyramid does not have a large user base, unlike Django and Flask. It's a

0 commit comments

Comments
 (0)