summaryrefslogtreecommitdiff
path: root/docs/recipes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/recipes.rst')
-rwxr-xr-xdocs/recipes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/recipes.rst b/docs/recipes.rst
index 64ffbc1..0ecf074 100755
--- a/docs/recipes.rst
+++ b/docs/recipes.rst
@@ -99,7 +99,7 @@ or add a WSGI middleware that strips trailing slashes from all URLs::
app = bottle.app()
myapp = StripPathMiddleware(app)
- bottle.run(app=appmy)
+ bottle.run(app=myapp)
.. rubric:: Footnotes