summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin London <kevinlondon@gmail.com>2016-01-12 17:23:20 -0800
committerKevin London <kevinlondon@gmail.com>2016-01-12 17:23:20 -0800
commit8f1763e64b0438e39c49317125b25b791a51ac2a (patch)
tree28d1da56ebf82f221284c6c8c81e009bfae2b197
parenta2acd456409da9d729584e967738d80f875bf8e6 (diff)
downloadbottle-8f1763e64b0438e39c49317125b25b791a51ac2a.tar.gz
Fix spacing in Recipe doc
This is a small, silly change. The spacing was 8 spaces in rather than 4.
-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)))