Merge pull request #7876 from nhsiehgit/typofix

small typo. wrapping cut code snippet
Upstream-commit: bc26aa7b50a5e9b01b274cffb89e3e0249d279f1
Component: engine
This commit is contained in:
James Turnbull
2014-09-04 12:37:07 -04:00
@@ -114,8 +114,8 @@ We've specified an image: `training/webapp`. This image is a
pre-built image we've created that contains a simple Python Flask web
application.
Lastly, we've specified a command for our container to run: `python
app.py`. This launches our web application.
Lastly, we've specified a command for our container to run: `python app.py`.
This launches our web application.
> **Note:**
> You can see more detail on the `docker run` command in the [command