Skip to content

Commit

Permalink
Try to correct confusing sentence in doc and fixed word duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jul 21, 2012
1 parent 5bbf8bd commit 3800c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/appcontext.rst
Expand Up @@ -44,8 +44,7 @@ you can have more than one application in the same Python process.

So how does the code find the “right” application? In the past we
recommended passing applications around explicitly, but that caused issues
with libraries that were not designed with that in mind for libraries for
which it was too inconvenient to make this work.
with libraries that were not designed with that in mind.

A common workaround for that problem was to use the
:data:`~flask.current_app` proxy later on, which was bound to the current
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Expand Up @@ -377,7 +377,7 @@ package it's actually inside your package:
/hello.html

For templates you can use the full power of Jinja2 templates. Head over
to the the official `Jinja2 Template Documentation
to the official `Jinja2 Template Documentation
<http://jinja.pocoo.org/2/documentation/templates>`_ for more information.

Here is an example template:
Expand Down

0 comments on commit 3800c73

Please sign in to comment.