Skip to content

Commit 50909db

Browse files
committed
Merge pull request realpython#694 from cguardia/patch-1
Remove inaccurate comparison of Pyramid to Django.
2 parents bddc345 + cc6a4c0 commit 50909db

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)