summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocs/recipes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/recipes.rst b/docs/recipes.rst
index 54f9684..b73ffbe 100755
--- a/docs/recipes.rst
+++ b/docs/recipes.rst
@@ -255,7 +255,7 @@ section of the `Getting Started with Python on Heroku/Cedar
@route("/")
def hello_world():
- return "Hello World!"
+ return "Hello World!"
run(host="0.0.0.0", port=int(os.environ.get("PORT", 5000)))