Skip to content

Commit

Permalink
Update becomingbig.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lord63 committed Jul 14, 2014
1 parent 92191fb commit 3e9f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/becomingbig.rst
Expand Up @@ -12,7 +12,7 @@ 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
developed, it became useful to a wide audience. As you grow your codebase,
don't just use Flask -- understand it. Read the source. Flask's code is
written to be read; it's documentation published so you can use its internal
written to be read; it's documentation is published so you can use its internal
APIs. Flask sticks to documented APIs in upstream libraries, and documents its
internal utilities so that you can find the hook points needed for your
project.
Expand Down

0 comments on commit 3e9f074

Please sign in to comment.