Browse Source

Merge branch 'master' of github.com:mitsuhiko/flask

pull/124/head
Armin Ronacher 15 years ago
parent
commit
e429b69d16
  1. 2
      docs/patterns/packages.rst

2
docs/patterns/packages.rst

@ -186,7 +186,7 @@ different module (say `frontend`). This would look like this::
def index(): def index():
return "I'm the frontend index" return "I'm the frontend index"
Now let's say we only want to redirect to a different module in the same Now let's say we only want to redirect to a different function in the same
module. Then we can either use the full qualified endpoint name like we module. Then we can either use the full qualified endpoint name like we
did in the example above, or we just use the function name:: did in the example above, or we just use the function name::

Loading…
Cancel
Save