Browse Source

amend and edit

pull/2873/head
beaglebao 7 years ago
parent
commit
8ade7a9f94
  1. 2
      LICENSE
  2. 2
      docs/becomingbig.rst

2
LICENSE

@ -1,4 +1,4 @@
Copyright © 2010 by the Pallets team. Copyright © 2010-2018 by the Pallets team.
Some rights reserved. Some rights reserved.

2
docs/becomingbig.rst

@ -10,7 +10,7 @@ Read the Source.
Flask started in part to demonstrate how to build your own framework on top of Flask started in part to demonstrate how to build your own framework on top of
existing well-used tools Werkzeug (WSGI) and Jinja (templating), and as it existing well-used tools Werkzeug (WSGI) and Jinja (templating), and as it
developed, it became useful to a wide audience. As you grow your codebase, developed, it became useful to wide audience. As you grow your codebase,
don't just use Flask -- understand it. Read the source. Flask's code is don't just use Flask -- understand it. Read the source. Flask's code is
written to be read; its documentation is published so you can use its internal written to be read; its documentation is published so you can use its internal
APIs. Flask sticks to documented APIs in upstream libraries, and documents its APIs. Flask sticks to documented APIs in upstream libraries, and documents its

Loading…
Cancel
Save