Skip to content

Commit

Permalink
Add space so example is copy-pastable (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilStenstrom authored and tomchristie committed Dec 21, 2019
1 parent 00e8300 commit 06d0fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async def homepage(request):
return PlainTextResponse("Homepage")

async def about(request):
return PlainTextResponse("About")
return PlainTextResponse("About")


routes = [
Expand Down

0 comments on commit 06d0fc4

Please sign in to comment.