Merge pull request #134 from coderpete/next

Documentation bug.
This commit is contained in:
Ryan Petrello
2012-04-11 15:25:13 -07:00

View File

@@ -18,7 +18,7 @@ Here's an example of wrapping your WSGI application with Beaker's
``SessionMiddleware`` in your project's `app.py`::
from pecan import conf, make_app
from beaker import SessionMiddleware
from beaker.middleware import SessionMiddleware
from test_project import model
app = make_app(