Fix formatting issue (#18642)

This commit is contained in:
Lachlan Eagling
2018-10-14 08:11:02 +11:00
committed by Quincy Larson
parent be8c98932a
commit 4d6debcfd3

View File

@ -58,7 +58,6 @@ The following details how to write and run a simple greeting web app where we ca
If we enter our name and press submit now we will get a `HTTP 404` error though as we have not yet defined the function to respond to this request. If we enter our name and press submit now we will get a `HTTP 404` error though as we have not yet defined the function to respond to this request.
```python ```python
run(host='localhost', port=8080) run(host='localhost', port=8080)
``` ```