فهرست منبع

Merge pull request #7876 from nhsiehgit/typofix

small typo. wrapping cut code snippet
James Turnbull 11 سال پیش
والد
کامیت
bc26aa7b50
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      docs/sources/userguide/usingdocker.md

+ 2 - 2
docs/sources/userguide/usingdocker.md

@@ -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